Shades of Pink Lace #F0C9CF
Tints of Pink Lace #F0C9CF
RGB
CMYK
RGB Variations
Color information
#F0C9CF (or 0xF0C9CF) is known color: Pink Lace. HEX triplet: F0, C9 and CF. RGB value is (240,201,207). Sum of RGB (Red+Green+Blue) = 240+201+207=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CF is #0F3630. Grayscale: #D5D5D5. Windows color (decimal): -996913 or 13617648. OLE color: 13617648.
HSL color Cylindrical-coordinate representation of color #F0C9CF: hue angle of 350.77º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9CF is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 207 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.06 |
| HSL | 350.77º | 0.57% | 0.86% | - |
| HSV(B) | 350.77º | 0.16% | 0.94% | - |
| XYZ | 68.08 | 64.8 | 67.95 | - |
| YUV | 213.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 207 | 0 | 0.16 | 0.14 | 0.06 | 350.77 | 0.57 | 0.86 |
| Hex | F0 | C9 | CF | 0 | 10 | E | 6 | 15F | 39 | 56 |
| Octal | 360 | 311 | 317 | 0 | 20 | 16 | 6 | 537 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11001111 | 0 | 10000 | 1110 | 110 | 101011111 | 111001 | 1010110 |
Color Harmonies of #F0C9CF
Complementary color
Monochromatic Colors of #F0C9CF
Black with #F0C9CF
Text Example
Text Example
White with #F0C9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9CF; }
p { color: rgb(240,201,207); }
H1.HeaderClassName
{
color: #F0C9CF;
}
.AnyTagClassName
{
color: #F0C9CF;
}
</style>
background-color css
<style>
a { background-color: #F0C9CF; }
a { background-color: rgb(240,201,207); }
div.DivClassName
{
background-color: #F0C9CF;
}
.BgClassName
{
background-color: #F0C9CF;
}
</style>
border-color css
<style>
span { border-color: #F0C9CF; }
span { border-color: rgb(240,201,207); }
td.TdClassName
{
border-color: #F0C9CF;
}
.TagClassName
{
border-color: #F0C9CF;
}
</style>