Shades of Pink Lace #F4CFDB
Tints of Pink Lace #F4CFDB
RGB
CMYK
RGB Variations
Color information
#F4CFDB (or 0xF4CFDB) is known color: Pink Lace. HEX triplet: F4, CF and DB. RGB value is (244,207,219). Sum of RGB (Red+Green+Blue) = 244+207+219=670 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.42% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDB is #0B3024. Grayscale: #DBDBDB. Windows color (decimal): -733221 or 14405620. OLE color: 14405620.
HSL color Cylindrical-coordinate representation of color #F4CFDB: hue angle of 340.54º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFDB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 219 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.04 |
| HSL | 340.54º | 0.63% | 0.88% | - |
| HSV(B) | 340.54º | 0.15% | 0.96% | - |
| XYZ | 72.41 | 68.97 | 76.51 | - |
| YUV | 219.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 219 | 0 | 0.15 | 0.10 | 0.04 | 340.54 | 0.63 | 0.88 |
| Hex | F4 | CF | DB | 0 | F | A | 4 | 155 | 3F | 58 |
| Octal | 364 | 317 | 333 | 0 | 17 | 12 | 4 | 525 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11011011 | 0 | 1111 | 1010 | 100 | 101010101 | 111111 | 1011000 |
Color Harmonies of #F4CFDB
Complementary color
Monochromatic Colors of #F4CFDB
Black with #F4CFDB
Text Example
Text Example
White with #F4CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFDB; }
p { color: rgb(244,207,219); }
H1.HeaderClassName
{
color: #F4CFDB;
}
.AnyTagClassName
{
color: #F4CFDB;
}
</style>
background-color css
<style>
a { background-color: #F4CFDB; }
a { background-color: rgb(244,207,219); }
div.DivClassName
{
background-color: #F4CFDB;
}
.BgClassName
{
background-color: #F4CFDB;
}
</style>
border-color css
<style>
span { border-color: #F4CFDB; }
span { border-color: rgb(244,207,219); }
td.TdClassName
{
border-color: #F4CFDB;
}
.TagClassName
{
border-color: #F4CFDB;
}
</style>