Shades of Pink Lace #F0CCD1
Tints of Pink Lace #F0CCD1
RGB
CMYK
RGB Variations
Color information
#F0CCD1 (or 0xF0CCD1) is known color: Pink Lace. HEX triplet: F0, CC and D1. RGB value is (240,204,209). Sum of RGB (Red+Green+Blue) = 240+204+209=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD1 is #0F332E. Grayscale: #D7D7D7. Windows color (decimal): -996143 or 13749488. OLE color: 13749488.
HSL color Cylindrical-coordinate representation of color #F0CCD1: hue angle of 351.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 209 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.06 |
| HSL | 351.67º | 0.55% | 0.87% | - |
| HSV(B) | 351.67º | 0.15% | 0.94% | - |
| XYZ | 69.04 | 66.31 | 69.48 | - |
| YUV | 215.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 209 | 0 | 0.15 | 0.13 | 0.06 | 351.67 | 0.55 | 0.87 |
| Hex | F0 | CC | D1 | 0 | F | D | 6 | 160 | 37 | 57 |
| Octal | 360 | 314 | 321 | 0 | 17 | 15 | 6 | 540 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11010001 | 0 | 1111 | 1101 | 110 | 101100000 | 110111 | 1010111 |
Color Harmonies of #F0CCD1
Complementary color
Monochromatic Colors of #F0CCD1
Black with #F0CCD1
Text Example
Text Example
White with #F0CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCD1; }
p { color: rgb(240,204,209); }
H1.HeaderClassName
{
color: #F0CCD1;
}
.AnyTagClassName
{
color: #F0CCD1;
}
</style>
background-color css
<style>
a { background-color: #F0CCD1; }
a { background-color: rgb(240,204,209); }
div.DivClassName
{
background-color: #F0CCD1;
}
.BgClassName
{
background-color: #F0CCD1;
}
</style>
border-color css
<style>
span { border-color: #F0CCD1; }
span { border-color: rgb(240,204,209); }
td.TdClassName
{
border-color: #F0CCD1;
}
.TagClassName
{
border-color: #F0CCD1;
}
</style>