Shades of Pink Lace #F9CCD6
Tints of Pink Lace #F9CCD6
RGB
CMYK
RGB Variations
Color information
#F9CCD6 (or 0xF9CCD6) is known color: Pink Lace. HEX triplet: F9, CC and D6. RGB value is (249,204,214). Sum of RGB (Red+Green+Blue) = 249+204+214=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CCD6 is #063329. Grayscale: #DADADA. Windows color (decimal): -406314 or 14077177. OLE color: 14077177.
HSL color Cylindrical-coordinate representation of color #F9CCD6: hue angle of 346.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9CCD6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 214 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 346.67º | 0.79% | 0.89% | - |
| HSV(B) | 346.67º | 0.18% | 0.98% | - |
| XYZ | 72.8 | 68.18 | 72.94 | - |
| YUV | 218.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 214 | 0 | 0.18 | 0.14 | 0.02 | 346.67 | 0.79 | 0.89 |
| Hex | F9 | CC | D6 | 0 | 12 | E | 2 | 15B | 4F | 59 |
| Octal | 371 | 314 | 326 | 0 | 22 | 16 | 2 | 533 | 117 | 131 |
| Binary | 11111001 | 11001100 | 11010110 | 0 | 10010 | 1110 | 10 | 101011011 | 1001111 | 1011001 |
Color Harmonies of #F9CCD6
Complementary color
Monochromatic Colors of #F9CCD6
Black with #F9CCD6
Text Example
Text Example
White with #F9CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CCD6; }
p { color: rgb(249,204,214); }
H1.HeaderClassName
{
color: #F9CCD6;
}
.AnyTagClassName
{
color: #F9CCD6;
}
</style>
background-color css
<style>
a { background-color: #F9CCD6; }
a { background-color: rgb(249,204,214); }
div.DivClassName
{
background-color: #F9CCD6;
}
.BgClassName
{
background-color: #F9CCD6;
}
</style>
border-color css
<style>
span { border-color: #F9CCD6; }
span { border-color: rgb(249,204,214); }
td.TdClassName
{
border-color: #F9CCD6;
}
.TagClassName
{
border-color: #F9CCD6;
}
</style>