Shades of Pink Lace #F0CED8
Tints of Pink Lace #F0CED8
RGB
CMYK
RGB Variations
Color information
#F0CED8 (or 0xF0CED8) is known color: Pink Lace. HEX triplet: F0, CE and D8. RGB value is (240,206,216). Sum of RGB (Red+Green+Blue) = 240+206+216=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED8 is #0F3127. Grayscale: #D9D9D9. Windows color (decimal): -995624 or 14208752. OLE color: 14208752.
HSL color Cylindrical-coordinate representation of color #F0CED8: hue angle of 342.35º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CED8 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 206 | 216 | - |
CMYK | 0 | 0.14 | 0.1 | 0.06 |
HSL | 342.35º | 0.53% | 0.87% | - |
HSV(B) | 342.35º | 0.14% | 0.94% | - |
XYZ | 70.4 | 67.63 | 74.31 | - |
YUV | 217.31 | 127.26 | 144.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 206 | 216 | 0 | 0.14 | 0.1 | 0.06 | 342.35 | 0.53 | 0.87 |
Hex | F0 | CE | D8 | 0 | E | A | 6 | 156 | 35 | 57 |
Octal | 360 | 316 | 330 | 0 | 16 | 12 | 6 | 526 | 65 | 127 |
Binary | 11110000 | 11001110 | 11011000 | 0 | 1110 | 1010 | 110 | 101010110 | 110101 | 1010111 |
Color Harmonies of #F0CED8
Complementary color
Monochromatic Colors of #F0CED8
Black with #F0CED8
Text Example
Text Example
White with #F0CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CED8; }
p { color: rgb(240,206,216); }
H1.HeaderClassName
{
color: #F0CED8;
}
.AnyTagClassName
{
color: #F0CED8;
}
</style>
background-color css
<style>
a { background-color: #F0CED8; }
a { background-color: rgb(240,206,216); }
div.DivClassName
{
background-color: #F0CED8;
}
.BgClassName
{
background-color: #F0CED8;
}
</style>
border-color css
<style>
span { border-color: #F0CED8; }
span { border-color: rgb(240,206,216); }
td.TdClassName
{
border-color: #F0CED8;
}
.TagClassName
{
border-color: #F0CED8;
}
</style>