Shades of Pink Lace #F0C4CF
Tints of Pink Lace #F0C4CF
RGB
CMYK
RGB Variations
Color information
#F0C4CF (or 0xF0C4CF) is known color: Pink Lace. HEX triplet: F0, C4 and CF. RGB value is (240,196,207). Sum of RGB (Red+Green+Blue) = 240+196+207=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4CF is #0F3B30. Grayscale: #D2D2D2. Windows color (decimal): -998193 or 13616368. OLE color: 13616368.
HSL color Cylindrical-coordinate representation of color #F0C4CF: hue angle of 345º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C4CF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 207 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.06 |
| HSL | 345º | 0.59% | 0.85% | - |
| HSV(B) | 345º | 0.18% | 0.94% | - |
| XYZ | 66.94 | 62.51 | 67.57 | - |
| YUV | 210.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 207 | 0 | 0.18 | 0.14 | 0.06 | 345 | 0.59 | 0.85 |
| Hex | F0 | C4 | CF | 0 | 12 | E | 6 | 159 | 3B | 55 |
| Octal | 360 | 304 | 317 | 0 | 22 | 16 | 6 | 531 | 73 | 125 |
| Binary | 11110000 | 11000100 | 11001111 | 0 | 10010 | 1110 | 110 | 101011001 | 111011 | 1010101 |
Color Harmonies of #F0C4CF
Complementary color
Monochromatic Colors of #F0C4CF
Black with #F0C4CF
Text Example
Text Example
White with #F0C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4CF; }
p { color: rgb(240,196,207); }
H1.HeaderClassName
{
color: #F0C4CF;
}
.AnyTagClassName
{
color: #F0C4CF;
}
</style>
background-color css
<style>
a { background-color: #F0C4CF; }
a { background-color: rgb(240,196,207); }
div.DivClassName
{
background-color: #F0C4CF;
}
.BgClassName
{
background-color: #F0C4CF;
}
</style>
border-color css
<style>
span { border-color: #F0C4CF; }
span { border-color: rgb(240,196,207); }
td.TdClassName
{
border-color: #F0C4CF;
}
.TagClassName
{
border-color: #F0C4CF;
}
</style>