Shades of Pink Lace #F4CFDA
Tints of Pink Lace #F4CFDA
RGB
CMYK
RGB Variations
Color information
#F4CFDA (or 0xF4CFDA) is known color: Pink Lace. HEX triplet: F4, CF and DA. RGB value is (244,207,218). Sum of RGB (Red+Green+Blue) = 244+207+218=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFDA is #0B3025. Grayscale: #DBDBDB. Windows color (decimal): -733222 or 14340084. OLE color: 14340084.
HSL color Cylindrical-coordinate representation of color #F4CFDA: hue angle of 342.16º 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 #F4CFDA is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 218 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.04 |
| HSL | 342.16º | 0.63% | 0.88% | - |
| HSV(B) | 342.16º | 0.15% | 0.96% | - |
| XYZ | 72.28 | 68.92 | 75.82 | - |
| YUV | 219.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 218 | 0 | 0.15 | 0.11 | 0.04 | 342.16 | 0.63 | 0.88 |
| Hex | F4 | CF | DA | 0 | F | B | 4 | 156 | 3F | 58 |
| Octal | 364 | 317 | 332 | 0 | 17 | 13 | 4 | 526 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11011010 | 0 | 1111 | 1011 | 100 | 101010110 | 111111 | 1011000 |
Color Harmonies of #F4CFDA
Complementary color
Monochromatic Colors of #F4CFDA
Black with #F4CFDA
Text Example
Text Example
White with #F4CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFDA; }
p { color: rgb(244,207,218); }
H1.HeaderClassName
{
color: #F4CFDA;
}
.AnyTagClassName
{
color: #F4CFDA;
}
</style>
background-color css
<style>
a { background-color: #F4CFDA; }
a { background-color: rgb(244,207,218); }
div.DivClassName
{
background-color: #F4CFDA;
}
.BgClassName
{
background-color: #F4CFDA;
}
</style>
border-color css
<style>
span { border-color: #F4CFDA; }
span { border-color: rgb(244,207,218); }
td.TdClassName
{
border-color: #F4CFDA;
}
.TagClassName
{
border-color: #F4CFDA;
}
</style>