Shades of Pink Lace #F4CCD4
Tints of Pink Lace #F4CCD4
RGB
CMYK
RGB Variations
Color information
#F4CCD4 (or 0xF4CCD4) is known color: Pink Lace. HEX triplet: F4, CC and D4. RGB value is (244,204,212). Sum of RGB (Red+Green+Blue) = 244+204+212=660 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.97% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCD4 is #0B332B. Grayscale: #D8D8D8. Windows color (decimal): -733996 or 13946100. OLE color: 13946100.
HSL color Cylindrical-coordinate representation of color #F4CCD4: hue angle of 348º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCD4 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 212 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.04 |
| HSL | 348º | 0.65% | 0.88% | - |
| HSV(B) | 348º | 0.16% | 0.96% | - |
| XYZ | 70.78 | 67.17 | 71.52 | - |
| YUV | 216.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 212 | 0 | 0.16 | 0.13 | 0.04 | 348 | 0.65 | 0.88 |
| Hex | F4 | CC | D4 | 0 | 10 | D | 4 | 15C | 41 | 58 |
| Octal | 364 | 314 | 324 | 0 | 20 | 15 | 4 | 534 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11010100 | 0 | 10000 | 1101 | 100 | 101011100 | 1000001 | 1011000 |
Color Harmonies of #F4CCD4
Complementary color
Monochromatic Colors of #F4CCD4
Black with #F4CCD4
Text Example
Text Example
White with #F4CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCD4; }
p { color: rgb(244,204,212); }
H1.HeaderClassName
{
color: #F4CCD4;
}
.AnyTagClassName
{
color: #F4CCD4;
}
</style>
background-color css
<style>
a { background-color: #F4CCD4; }
a { background-color: rgb(244,204,212); }
div.DivClassName
{
background-color: #F4CCD4;
}
.BgClassName
{
background-color: #F4CCD4;
}
</style>
border-color css
<style>
span { border-color: #F4CCD4; }
span { border-color: rgb(244,204,212); }
td.TdClassName
{
border-color: #F4CCD4;
}
.TagClassName
{
border-color: #F4CCD4;
}
</style>