Shades of Pink Lace #F4C4CF
Tints of Pink Lace #F4C4CF
RGB
CMYK
RGB Variations
Color information
#F4C4CF (or 0xF4C4CF) is known color: Pink Lace. HEX triplet: F4, C4 and CF. RGB value is (244,196,207). Sum of RGB (Red+Green+Blue) = 244+196+207=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C4CF is #0B3B30. Grayscale: #D3D3D3. Windows color (decimal): -736049 or 13616372. OLE color: 13616372.
HSL color Cylindrical-coordinate representation of color #F4C4CF: hue angle of 346.25º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F4C4CF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 196 | 207 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.04 |
| HSL | 346.25º | 0.69% | 0.86% | - |
| HSV(B) | 346.25º | 0.2% | 0.96% | - |
| XYZ | 68.31 | 63.22 | 67.63 | - |
| YUV | 211.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 196 | 207 | 0 | 0.20 | 0.15 | 0.04 | 346.25 | 0.69 | 0.86 |
| Hex | F4 | C4 | CF | 0 | 14 | F | 4 | 15A | 45 | 56 |
| Octal | 364 | 304 | 317 | 0 | 24 | 17 | 4 | 532 | 105 | 126 |
| Binary | 11110100 | 11000100 | 11001111 | 0 | 10100 | 1111 | 100 | 101011010 | 1000101 | 1010110 |
Color Harmonies of #F4C4CF
Complementary color
Monochromatic Colors of #F4C4CF
Black with #F4C4CF
Text Example
Text Example
White with #F4C4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C4CF; }
p { color: rgb(244,196,207); }
H1.HeaderClassName
{
color: #F4C4CF;
}
.AnyTagClassName
{
color: #F4C4CF;
}
</style>
background-color css
<style>
a { background-color: #F4C4CF; }
a { background-color: rgb(244,196,207); }
div.DivClassName
{
background-color: #F4C4CF;
}
.BgClassName
{
background-color: #F4C4CF;
}
</style>
border-color css
<style>
span { border-color: #F4C4CF; }
span { border-color: rgb(244,196,207); }
td.TdClassName
{
border-color: #F4C4CF;
}
.TagClassName
{
border-color: #F4C4CF;
}
</style>