Shades of Pink Lace #F2CEDA
Tints of Pink Lace #F2CEDA
RGB
CMYK
RGB Variations
Color information
#F2CEDA (or 0xF2CEDA) is known color: Pink Lace. HEX triplet: F2, CE and DA. RGB value is (242,206,218). Sum of RGB (Red+Green+Blue) = 242+206+218=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEDA is #0D3125. Grayscale: #DADADA. Windows color (decimal): -864550 or 14339826. OLE color: 14339826.
HSL color Cylindrical-coordinate representation of color #F2CEDA: hue angle of 340º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CEDA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 218 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.05 |
| HSL | 340º | 0.58% | 0.88% | - |
| HSV(B) | 340º | 0.15% | 0.95% | - |
| XYZ | 71.34 | 68.08 | 75.71 | - |
| YUV | 218.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 218 | 0 | 0.15 | 0.10 | 0.05 | 340 | 0.58 | 0.88 |
| Hex | F2 | CE | DA | 0 | F | A | 5 | 154 | 3A | 58 |
| Octal | 362 | 316 | 332 | 0 | 17 | 12 | 5 | 524 | 72 | 130 |
| Binary | 11110010 | 11001110 | 11011010 | 0 | 1111 | 1010 | 101 | 101010100 | 111010 | 1011000 |
Color Harmonies of #F2CEDA
Complementary color
Monochromatic Colors of #F2CEDA
Black with #F2CEDA
Text Example
Text Example
White with #F2CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEDA; }
p { color: rgb(242,206,218); }
H1.HeaderClassName
{
color: #F2CEDA;
}
.AnyTagClassName
{
color: #F2CEDA;
}
</style>
background-color css
<style>
a { background-color: #F2CEDA; }
a { background-color: rgb(242,206,218); }
div.DivClassName
{
background-color: #F2CEDA;
}
.BgClassName
{
background-color: #F2CEDA;
}
</style>
border-color css
<style>
span { border-color: #F2CEDA; }
span { border-color: rgb(242,206,218); }
td.TdClassName
{
border-color: #F2CEDA;
}
.TagClassName
{
border-color: #F2CEDA;
}
</style>