Shades of Pink Lace #F6CCD7
Tints of Pink Lace #F6CCD7
RGB
CMYK
RGB Variations
Color information
#F6CCD7 (or 0xF6CCD7) is known color: Pink Lace. HEX triplet: F6, CC and D7. RGB value is (246,204,215). Sum of RGB (Red+Green+Blue) = 246+204+215=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCD7 is #093328. Grayscale: #D9D9D9. Windows color (decimal): -602921 or 14142710. OLE color: 14142710.
HSL color Cylindrical-coordinate representation of color #F6CCD7: hue angle of 344.29º 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 #F6CCD7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 215 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.04 |
| HSL | 344.29º | 0.7% | 0.88% | - |
| HSV(B) | 344.29º | 0.17% | 0.96% | - |
| XYZ | 71.86 | 67.68 | 73.57 | - |
| YUV | 217.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 215 | 0 | 0.17 | 0.13 | 0.04 | 344.29 | 0.7 | 0.88 |
| Hex | F6 | CC | D7 | 0 | 11 | D | 4 | 158 | 46 | 58 |
| Octal | 366 | 314 | 327 | 0 | 21 | 15 | 4 | 530 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11010111 | 0 | 10001 | 1101 | 100 | 101011000 | 1000110 | 1011000 |
Color Harmonies of #F6CCD7
Complementary color
Monochromatic Colors of #F6CCD7
Black with #F6CCD7
Text Example
Text Example
White with #F6CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCD7; }
p { color: rgb(246,204,215); }
H1.HeaderClassName
{
color: #F6CCD7;
}
.AnyTagClassName
{
color: #F6CCD7;
}
</style>
background-color css
<style>
a { background-color: #F6CCD7; }
a { background-color: rgb(246,204,215); }
div.DivClassName
{
background-color: #F6CCD7;
}
.BgClassName
{
background-color: #F6CCD7;
}
</style>
border-color css
<style>
span { border-color: #F6CCD7; }
span { border-color: rgb(246,204,215); }
td.TdClassName
{
border-color: #F6CCD7;
}
.TagClassName
{
border-color: #F6CCD7;
}
</style>