Shades of Pink Lace #F0CED4
Tints of Pink Lace #F0CED4
RGB
CMYK
RGB Variations
Color information
#F0CED4 (or 0xF0CED4) is known color: Pink Lace. HEX triplet: F0, CE and D4. RGB value is (240,206,212). Sum of RGB (Red+Green+Blue) = 240+206+212=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CED4 is #0F312B. Grayscale: #D8D8D8. Windows color (decimal): -995628 or 13946608. OLE color: 13946608.
HSL color Cylindrical-coordinate representation of color #F0CED4: hue angle of 349.41º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CED4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 212 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.06 |
| HSL | 349.41º | 0.53% | 0.87% | - |
| HSV(B) | 349.41º | 0.14% | 0.94% | - |
| XYZ | 69.89 | 67.42 | 71.62 | - |
| YUV | 216.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 212 | 0 | 0.14 | 0.12 | 0.06 | 349.41 | 0.53 | 0.87 |
| Hex | F0 | CE | D4 | 0 | E | C | 6 | 15D | 35 | 57 |
| Octal | 360 | 316 | 324 | 0 | 16 | 14 | 6 | 535 | 65 | 127 |
| Binary | 11110000 | 11001110 | 11010100 | 0 | 1110 | 1100 | 110 | 101011101 | 110101 | 1010111 |
Color Harmonies of #F0CED4
Complementary color
Monochromatic Colors of #F0CED4
Black with #F0CED4
Text Example
Text Example
White with #F0CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CED4; }
p { color: rgb(240,206,212); }
H1.HeaderClassName
{
color: #F0CED4;
}
.AnyTagClassName
{
color: #F0CED4;
}
</style>
background-color css
<style>
a { background-color: #F0CED4; }
a { background-color: rgb(240,206,212); }
div.DivClassName
{
background-color: #F0CED4;
}
.BgClassName
{
background-color: #F0CED4;
}
</style>
border-color css
<style>
span { border-color: #F0CED4; }
span { border-color: rgb(240,206,212); }
td.TdClassName
{
border-color: #F0CED4;
}
.TagClassName
{
border-color: #F0CED4;
}
</style>