Shades of Pink Lace #F0CCD3
Tints of Pink Lace #F0CCD3
RGB
CMYK
RGB Variations
Color information
#F0CCD3 (or 0xF0CCD3) is known color: Pink Lace. HEX triplet: F0, CC and D3. RGB value is (240,204,211). Sum of RGB (Red+Green+Blue) = 240+204+211=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCD3 is #0F332C. Grayscale: #D7D7D7. Windows color (decimal): -996141 or 13880560. OLE color: 13880560.
HSL color Cylindrical-coordinate representation of color #F0CCD3: hue angle of 348.33º 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 #F0CCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 204 | 211 | - |
CMYK | 0 | 0.15 | 0.12 | 0.06 |
HSL | 348.33º | 0.55% | 0.87% | - |
HSV(B) | 348.33º | 0.15% | 0.94% | - |
XYZ | 69.29 | 66.41 | 70.8 | - |
YUV | 215.56 | 125.43 | 145.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 204 | 211 | 0 | 0.15 | 0.12 | 0.06 | 348.33 | 0.55 | 0.87 |
Hex | F0 | CC | D3 | 0 | F | C | 6 | 15C | 37 | 57 |
Octal | 360 | 314 | 323 | 0 | 17 | 14 | 6 | 534 | 67 | 127 |
Binary | 11110000 | 11001100 | 11010011 | 0 | 1111 | 1100 | 110 | 101011100 | 110111 | 1010111 |
Color Harmonies of #F0CCD3
Complementary color
Monochromatic Colors of #F0CCD3
Black with #F0CCD3
Text Example
Text Example
White with #F0CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCD3; }
p { color: rgb(240,204,211); }
H1.HeaderClassName
{
color: #F0CCD3;
}
.AnyTagClassName
{
color: #F0CCD3;
}
</style>
background-color css
<style>
a { background-color: #F0CCD3; }
a { background-color: rgb(240,204,211); }
div.DivClassName
{
background-color: #F0CCD3;
}
.BgClassName
{
background-color: #F0CCD3;
}
</style>
border-color css
<style>
span { border-color: #F0CCD3; }
span { border-color: rgb(240,204,211); }
td.TdClassName
{
border-color: #F0CCD3;
}
.TagClassName
{
border-color: #F0CCD3;
}
</style>