Shades of Pink Lace #F6CED6
Tints of Pink Lace #F6CED6
RGB
CMYK
RGB Variations
Color information
#F6CED6 (or 0xF6CED6) is known color: Pink Lace. HEX triplet: F6, CE and D6. RGB value is (246,206,214). Sum of RGB (Red+Green+Blue) = 246+206+214=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CED6 is #093129. Grayscale: #DADADA. Windows color (decimal): -602410 or 14077686. OLE color: 14077686.
HSL color Cylindrical-coordinate representation of color #F6CED6: hue angle of 348º 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 #F6CED6 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 214 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.04 |
| HSL | 348º | 0.69% | 0.89% | - |
| HSV(B) | 348º | 0.16% | 0.96% | - |
| XYZ | 72.21 | 68.59 | 73.05 | - |
| YUV | 218.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 214 | 0 | 0.16 | 0.13 | 0.04 | 348 | 0.69 | 0.89 |
| Hex | F6 | CE | D6 | 0 | 10 | D | 4 | 15C | 45 | 59 |
| Octal | 366 | 316 | 326 | 0 | 20 | 15 | 4 | 534 | 105 | 131 |
| Binary | 11110110 | 11001110 | 11010110 | 0 | 10000 | 1101 | 100 | 101011100 | 1000101 | 1011001 |
Color Harmonies of #F6CED6
Complementary color
Monochromatic Colors of #F6CED6
Black with #F6CED6
Text Example
Text Example
White with #F6CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CED6; }
p { color: rgb(246,206,214); }
H1.HeaderClassName
{
color: #F6CED6;
}
.AnyTagClassName
{
color: #F6CED6;
}
</style>
background-color css
<style>
a { background-color: #F6CED6; }
a { background-color: rgb(246,206,214); }
div.DivClassName
{
background-color: #F6CED6;
}
.BgClassName
{
background-color: #F6CED6;
}
</style>
border-color css
<style>
span { border-color: #F6CED6; }
span { border-color: rgb(246,206,214); }
td.TdClassName
{
border-color: #F6CED6;
}
.TagClassName
{
border-color: #F6CED6;
}
</style>