Shades of Pink Lace #F6CCD6
Tints of Pink Lace #F6CCD6
RGB
CMYK
RGB Variations
Color information
#F6CCD6 (or 0xF6CCD6) is known color: Pink Lace. HEX triplet: F6, CC and D6. RGB value is (246,204,214). Sum of RGB (Red+Green+Blue) = 246+204+214=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCD6 is #093329. Grayscale: #D9D9D9. Windows color (decimal): -602922 or 14077174. OLE color: 14077174.
HSL color Cylindrical-coordinate representation of color #F6CCD6: hue angle of 345.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCD6 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 214 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.04 |
| HSL | 345.71º | 0.7% | 0.88% | - |
| HSV(B) | 345.71º | 0.17% | 0.96% | - |
| XYZ | 71.74 | 67.63 | 72.89 | - |
| YUV | 217.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 214 | 0 | 0.17 | 0.13 | 0.04 | 345.71 | 0.7 | 0.88 |
| Hex | F6 | CC | D6 | 0 | 11 | D | 4 | 15A | 46 | 58 |
| Octal | 366 | 314 | 326 | 0 | 21 | 15 | 4 | 532 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11010110 | 0 | 10001 | 1101 | 100 | 101011010 | 1000110 | 1011000 |
Color Harmonies of #F6CCD6
Complementary color
Monochromatic Colors of #F6CCD6
Black with #F6CCD6
Text Example
Text Example
White with #F6CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCD6; }
p { color: rgb(246,204,214); }
H1.HeaderClassName
{
color: #F6CCD6;
}
.AnyTagClassName
{
color: #F6CCD6;
}
</style>
background-color css
<style>
a { background-color: #F6CCD6; }
a { background-color: rgb(246,204,214); }
div.DivClassName
{
background-color: #F6CCD6;
}
.BgClassName
{
background-color: #F6CCD6;
}
</style>
border-color css
<style>
span { border-color: #F6CCD6; }
span { border-color: rgb(246,204,214); }
td.TdClassName
{
border-color: #F6CCD6;
}
.TagClassName
{
border-color: #F6CCD6;
}
</style>