Color spaces of #f5dadc
RGB | 245 | 218 | 220 |
---|---|---|---|
HSL | 0.99 | 0.57 | 0.91 |
HSV | 356° | 11° | 96° |
CMYK | 0.00 | 0.11 | 0.10 0.04 |
XYZ | 75.6459 | 74.7226 | 78.1461 |
Yxy | 74.7226 | 0.3310 | 0.3270 |
Hunter Lab | 86.4422 | 4.9321 | 6.9098 |
CIE-Lab | 89.2629 | 9.6411 | 2.4221 |
#f5dadc color RGB value is (245,218,220).
#f5dadc hex color red value is 245, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f5dadc hue: 0.99 , saturation: 0.57 and the lightness value of f5dadc is 0.91.
The process color (four color CMYK) of #f5dadc color hex is 0.00, 0.11, 0.10, 0.04. Web safe color of #f5dadc is #ffcccc. Color #f5dadc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11011010 | 11011100 |
Octal | 365 | 332 | 334 |
Decimal | 245 | 218 | 220 |
Hex | F5 | DA | DC |
Shades of #f5dadc
Tints of #f5dadc
RGB Percentages of Color #f5dadc
CMYK Percentages of Color #f5dadc
Complementary Color
#f5dadc | #daf5f3 |
#f5dadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5dadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5dadc Color CSS Codes
.mybgcolor {background-color:#f5dadc; } .myforecolor {color:#f5dadc; } .mybordercolor {border:3px solid #f5dadc; }
#f5dadc Text Font Color
<p style="color:#f5dadc">Text here</p>
This sample text font color is #f5dadc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f5dadc Background Color
<div style="background-color:#f5dadc">
Div content here</div>
This div background color is #f5dadc
#f5dadc Border Color
<div style="border:3px solid #f5dadc">
Div here</div>
This div border color is #f5dadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,218,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5dadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5dadc; -webkit-box-shadow: 1px 1px 3px 2px #f5dadc; box-shadow: 1px 1px 3px 2px #f5dadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,218,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5dadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5dadc; -webkit-box-shadow: 1px 1px 3px 2px #f5dadc; box-shadow: 1px 1px 3px 2px #f5dadc;">
Div content here</div>
This div box has shadow with color #f5dadc
#f5dadc Color Palettes
Comments
No comments written yet.
Please login to write comment.