Shades of Pink Lace #F0CCD5
Tints of Pink Lace #F0CCD5
RGB
CMYK
RGB Variations
Color information
#F0CCD5 (or 0xF0CCD5) is known color: Pink Lace. HEX triplet: F0, CC and D5. RGB value is (240,204,213). Sum of RGB (Red+Green+Blue) = 240+204+213=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD5 is #0F332A. Grayscale: #D7D7D7. Windows color (decimal): -996139 or 14011632. OLE color: 14011632.
HSL color Cylindrical-coordinate representation of color #F0CCD5: hue angle of 345º 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 #F0CCD5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 213 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.06 |
| HSL | 345º | 0.55% | 0.87% | - |
| HSV(B) | 345º | 0.15% | 0.94% | - |
| XYZ | 69.54 | 66.52 | 72.12 | - |
| YUV | 215.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 213 | 0 | 0.15 | 0.11 | 0.06 | 345 | 0.55 | 0.87 |
| Hex | F0 | CC | D5 | 0 | F | B | 6 | 159 | 37 | 57 |
| Octal | 360 | 314 | 325 | 0 | 17 | 13 | 6 | 531 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11010101 | 0 | 1111 | 1011 | 110 | 101011001 | 110111 | 1010111 |
Color Harmonies of #F0CCD5
Complementary color
Monochromatic Colors of #F0CCD5
Black with #F0CCD5
Text Example
Text Example
White with #F0CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCD5; }
p { color: rgb(240,204,213); }
H1.HeaderClassName
{
color: #F0CCD5;
}
.AnyTagClassName
{
color: #F0CCD5;
}
</style>
background-color css
<style>
a { background-color: #F0CCD5; }
a { background-color: rgb(240,204,213); }
div.DivClassName
{
background-color: #F0CCD5;
}
.BgClassName
{
background-color: #F0CCD5;
}
</style>
border-color css
<style>
span { border-color: #F0CCD5; }
span { border-color: rgb(240,204,213); }
td.TdClassName
{
border-color: #F0CCD5;
}
.TagClassName
{
border-color: #F0CCD5;
}
</style>