Shades of Pink Lace #F2CFDB
Tints of Pink Lace #F2CFDB
RGB
CMYK
RGB Variations
Color information
#F2CFDB (or 0xF2CFDB) is known color: Pink Lace. HEX triplet: F2, CF and DB. RGB value is (242,207,219). Sum of RGB (Red+Green+Blue) = 242+207+219=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFDB is #0D3024. Grayscale: #DADADA. Windows color (decimal): -864293 or 14405618. OLE color: 14405618.
HSL color Cylindrical-coordinate representation of color #F2CFDB: hue angle of 339.43º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2CFDB is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 219 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.05 |
| HSL | 339.43º | 0.57% | 0.88% | - |
| HSV(B) | 339.43º | 0.14% | 0.95% | - |
| XYZ | 71.72 | 68.62 | 76.48 | - |
| YUV | 218.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 219 | 0 | 0.14 | 0.10 | 0.05 | 339.43 | 0.57 | 0.88 |
| Hex | F2 | CF | DB | 0 | E | A | 5 | 153 | 39 | 58 |
| Octal | 362 | 317 | 333 | 0 | 16 | 12 | 5 | 523 | 71 | 130 |
| Binary | 11110010 | 11001111 | 11011011 | 0 | 1110 | 1010 | 101 | 101010011 | 111001 | 1011000 |
Color Harmonies of #F2CFDB
Complementary color
Monochromatic Colors of #F2CFDB
Black with #F2CFDB
Text Example
Text Example
White with #F2CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFDB; }
p { color: rgb(242,207,219); }
H1.HeaderClassName
{
color: #F2CFDB;
}
.AnyTagClassName
{
color: #F2CFDB;
}
</style>
background-color css
<style>
a { background-color: #F2CFDB; }
a { background-color: rgb(242,207,219); }
div.DivClassName
{
background-color: #F2CFDB;
}
.BgClassName
{
background-color: #F2CFDB;
}
</style>
border-color css
<style>
span { border-color: #F2CFDB; }
span { border-color: rgb(242,207,219); }
td.TdClassName
{
border-color: #F2CFDB;
}
.TagClassName
{
border-color: #F2CFDB;
}
</style>