Color spaces of #f0cada
RGB | 240 | 202 | 218 |
---|---|---|---|
HSL | 0.93 | 0.56 | 0.87 |
HSV | 335° | 16° | 94° |
CMYK | 0.00 | 0.16 | 0.09 0.06 |
XYZ | 69.7106 | 65.8283 | 75.3616 |
Yxy | 65.8283 | 0.3305 | 0.3121 |
Hunter Lab | 81.1346 | 11.3810 | 1.7230 |
CIE-Lab | 84.9088 | 15.9587 | -2.9325 |
#f0cada color RGB value is (240,202,218).
#f0cada hex color red value is 240, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f0cada hue: 0.93 , saturation: 0.56 and the lightness value of f0cada is 0.87.
The process color (four color CMYK) of #f0cada color hex is 0.00, 0.16, 0.09, 0.06. Web safe color of #f0cada is #ffcccc. Color #f0cada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 11001010 | 11011010 |
Octal | 360 | 312 | 332 |
Decimal | 240 | 202 | 218 |
Hex | F0 | CA | DA |
Shades of #f0cada
Tints of #f0cada
RGB Percentages of Color #f0cada
CMYK Percentages of Color #f0cada
Complementary Color
#f0cada | #caf0e0 |
#f0cada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0cada Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0cada Color CSS Codes
.mybgcolor {background-color:#f0cada; } .myforecolor {color:#f0cada; } .mybordercolor {border:3px solid #f0cada; }
#f0cada Text Font Color
<p style="color:#f0cada">Text here</p>
This sample text font color is #f0cada
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.
#f0cada Background Color
<div style="background-color:#f0cada">
Div content here</div>
This div background color is #f0cada
#f0cada Border Color
<div style="border:3px solid #f0cada">
Div here</div>
This div border color is #f0cada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,202,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0cada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0cada; -webkit-box-shadow: 1px 1px 3px 2px #f0cada; box-shadow: 1px 1px 3px 2px #f0cada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,202,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0cada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0cada; -webkit-box-shadow: 1px 1px 3px 2px #f0cada; box-shadow: 1px 1px 3px 2px #f0cada;">
Div content here</div>
This div box has shadow with color #f0cada
Comments
No comments written yet.
Please login to write comment.