Shades of Pink Lace #F0CFDA
Tints of Pink Lace #F0CFDA
RGB
CMYK
RGB Variations
Color information
#F0CFDA (or 0xF0CFDA) is known color: Pink Lace. HEX triplet: F0, CF and DA. RGB value is (240,207,218). Sum of RGB (Red+Green+Blue) = 240+207+218=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CFDA is #0F3025. Grayscale: #DADADA. Windows color (decimal): -995366 or 14340080. OLE color: 14340080.
HSL color Cylindrical-coordinate representation of color #F0CFDA: hue angle of 340º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 218 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.06 |
| HSL | 340º | 0.52% | 0.88% | - |
| HSV(B) | 340º | 0.14% | 0.94% | - |
| XYZ | 70.9 | 68.21 | 75.76 | - |
| YUV | 218.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 218 | 0 | 0.14 | 0.09 | 0.06 | 340 | 0.52 | 0.88 |
| Hex | F0 | CF | DA | 0 | E | 9 | 6 | 154 | 34 | 58 |
| Octal | 360 | 317 | 332 | 0 | 16 | 11 | 6 | 524 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11011010 | 0 | 1110 | 1001 | 110 | 101010100 | 110100 | 1011000 |
Color Harmonies of #F0CFDA
Complementary color
Monochromatic Colors of #F0CFDA
Black with #F0CFDA
Text Example
Text Example
White with #F0CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFDA; }
p { color: rgb(240,207,218); }
H1.HeaderClassName
{
color: #F0CFDA;
}
.AnyTagClassName
{
color: #F0CFDA;
}
</style>
background-color css
<style>
a { background-color: #F0CFDA; }
a { background-color: rgb(240,207,218); }
div.DivClassName
{
background-color: #F0CFDA;
}
.BgClassName
{
background-color: #F0CFDA;
}
</style>
border-color css
<style>
span { border-color: #F0CFDA; }
span { border-color: rgb(240,207,218); }
td.TdClassName
{
border-color: #F0CFDA;
}
.TagClassName
{
border-color: #F0CFDA;
}
</style>