Shades of Pink Lace #F0CBD1
Tints of Pink Lace #F0CBD1
RGB
CMYK
RGB Variations
Color information
#F0CBD1 (or 0xF0CBD1) is known color: Pink Lace. HEX triplet: F0, CB and D1. RGB value is (240,203,209). Sum of RGB (Red+Green+Blue) = 240+203+209=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBD1 is #0F342E. Grayscale: #D6D6D6. Windows color (decimal): -996399 or 13749232. OLE color: 13749232.
HSL color Cylindrical-coordinate representation of color #F0CBD1: hue angle of 350.27º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CBD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 209 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.06 |
| HSL | 350.27º | 0.55% | 0.87% | - |
| HSV(B) | 350.27º | 0.15% | 0.94% | - |
| XYZ | 68.8 | 65.84 | 69.4 | - |
| YUV | 214.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 209 | 0 | 0.15 | 0.13 | 0.06 | 350.27 | 0.55 | 0.87 |
| Hex | F0 | CB | D1 | 0 | F | D | 6 | 15E | 37 | 57 |
| Octal | 360 | 313 | 321 | 0 | 17 | 15 | 6 | 536 | 67 | 127 |
| Binary | 11110000 | 11001011 | 11010001 | 0 | 1111 | 1101 | 110 | 101011110 | 110111 | 1010111 |
Color Harmonies of #F0CBD1
Complementary color
Monochromatic Colors of #F0CBD1
Black with #F0CBD1
Text Example
Text Example
White with #F0CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBD1; }
p { color: rgb(240,203,209); }
H1.HeaderClassName
{
color: #F0CBD1;
}
.AnyTagClassName
{
color: #F0CBD1;
}
</style>
background-color css
<style>
a { background-color: #F0CBD1; }
a { background-color: rgb(240,203,209); }
div.DivClassName
{
background-color: #F0CBD1;
}
.BgClassName
{
background-color: #F0CBD1;
}
</style>
border-color css
<style>
span { border-color: #F0CBD1; }
span { border-color: rgb(240,203,209); }
td.TdClassName
{
border-color: #F0CBD1;
}
.TagClassName
{
border-color: #F0CBD1;
}
</style>