Shades of Pink Lace #F6CEDC
Tints of Pink Lace #F6CEDC
RGB
CMYK
RGB Variations
Color information
#F6CEDC (or 0xF6CEDC) is known color: Pink Lace. HEX triplet: F6, CE and DC. RGB value is (246,206,220). Sum of RGB (Red+Green+Blue) = 246+206+220=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEDC is #093123. Grayscale: #DBDBDB. Windows color (decimal): -602404 or 14470902. OLE color: 14470902.
HSL color Cylindrical-coordinate representation of color #F6CEDC: hue angle of 339º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CEDC is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 220 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.04 |
| HSL | 339º | 0.69% | 0.89% | - |
| HSV(B) | 339º | 0.16% | 0.96% | - |
| XYZ | 73 | 68.9 | 77.16 | - |
| YUV | 219.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 220 | 0 | 0.16 | 0.11 | 0.04 | 339 | 0.69 | 0.89 |
| Hex | F6 | CE | DC | 0 | 10 | B | 4 | 153 | 45 | 59 |
| Octal | 366 | 316 | 334 | 0 | 20 | 13 | 4 | 523 | 105 | 131 |
| Binary | 11110110 | 11001110 | 11011100 | 0 | 10000 | 1011 | 100 | 101010011 | 1000101 | 1011001 |
Color Harmonies of #F6CEDC
Complementary color
Monochromatic Colors of #F6CEDC
Black with #F6CEDC
Text Example
Text Example
White with #F6CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CEDC; }
p { color: rgb(246,206,220); }
H1.HeaderClassName
{
color: #F6CEDC;
}
.AnyTagClassName
{
color: #F6CEDC;
}
</style>
background-color css
<style>
a { background-color: #F6CEDC; }
a { background-color: rgb(246,206,220); }
div.DivClassName
{
background-color: #F6CEDC;
}
.BgClassName
{
background-color: #F6CEDC;
}
</style>
border-color css
<style>
span { border-color: #F6CEDC; }
span { border-color: rgb(246,206,220); }
td.TdClassName
{
border-color: #F6CEDC;
}
.TagClassName
{
border-color: #F6CEDC;
}
</style>