Shades of Pink Lace #F0CCD8
Tints of Pink Lace #F0CCD8
RGB
CMYK
RGB Variations
Color information
#F0CCD8 (or 0xF0CCD8) is known color: Pink Lace. HEX triplet: F0, CC and D8. RGB value is (240,204,216). Sum of RGB (Red+Green+Blue) = 240+204+216=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD8 is #0F3327. Grayscale: #D8D8D8. Windows color (decimal): -996136 or 14208240. OLE color: 14208240.
HSL color Cylindrical-coordinate representation of color #F0CCD8: hue angle of 340º 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 #F0CCD8 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 216 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.06 |
| HSL | 340º | 0.55% | 0.87% | - |
| HSV(B) | 340º | 0.15% | 0.94% | - |
| XYZ | 69.92 | 66.67 | 74.15 | - |
| YUV | 216.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 216 | 0 | 0.15 | 0.1 | 0.06 | 340 | 0.55 | 0.87 |
| Hex | F0 | CC | D8 | 0 | F | A | 6 | 154 | 37 | 57 |
| Octal | 360 | 314 | 330 | 0 | 17 | 12 | 6 | 524 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11011000 | 0 | 1111 | 1010 | 110 | 101010100 | 110111 | 1010111 |
Color Harmonies of #F0CCD8
Complementary color
Monochromatic Colors of #F0CCD8
Black with #F0CCD8
Text Example
Text Example
White with #F0CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCD8; }
p { color: rgb(240,204,216); }
H1.HeaderClassName
{
color: #F0CCD8;
}
.AnyTagClassName
{
color: #F0CCD8;
}
</style>
background-color css
<style>
a { background-color: #F0CCD8; }
a { background-color: rgb(240,204,216); }
div.DivClassName
{
background-color: #F0CCD8;
}
.BgClassName
{
background-color: #F0CCD8;
}
</style>
border-color css
<style>
span { border-color: #F0CCD8; }
span { border-color: rgb(240,204,216); }
td.TdClassName
{
border-color: #F0CCD8;
}
.TagClassName
{
border-color: #F0CCD8;
}
</style>