Shades of Pink Lace #F9CED8
Tints of Pink Lace #F9CED8
RGB
CMYK
RGB Variations
Color information
#F9CED8 (or 0xF9CED8) is known color: Pink Lace. HEX triplet: F9, CE and D8. RGB value is (249,206,216). Sum of RGB (Red+Green+Blue) = 249+206+216=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED8 is #063127. Grayscale: #DCDCDC. Windows color (decimal): -405800 or 14208761. OLE color: 14208761.
HSL color Cylindrical-coordinate representation of color #F9CED8: hue angle of 346.05º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CED8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 216 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.02 |
| HSL | 346.05º | 0.78% | 0.89% | - |
| HSV(B) | 346.05º | 0.17% | 0.98% | - |
| XYZ | 73.53 | 69.24 | 74.45 | - |
| YUV | 220 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 216 | 0 | 0.17 | 0.13 | 0.02 | 346.05 | 0.78 | 0.89 |
| Hex | F9 | CE | D8 | 0 | 11 | D | 2 | 15A | 4E | 59 |
| Octal | 371 | 316 | 330 | 0 | 21 | 15 | 2 | 532 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11011000 | 0 | 10001 | 1101 | 10 | 101011010 | 1001110 | 1011001 |
Color Harmonies of #F9CED8
Complementary color
Monochromatic Colors of #F9CED8
Black with #F9CED8
Text Example
Text Example
White with #F9CED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CED8; }
p { color: rgb(249,206,216); }
H1.HeaderClassName
{
color: #F9CED8;
}
.AnyTagClassName
{
color: #F9CED8;
}
</style>
background-color css
<style>
a { background-color: #F9CED8; }
a { background-color: rgb(249,206,216); }
div.DivClassName
{
background-color: #F9CED8;
}
.BgClassName
{
background-color: #F9CED8;
}
</style>
border-color css
<style>
span { border-color: #F9CED8; }
span { border-color: rgb(249,206,216); }
td.TdClassName
{
border-color: #F9CED8;
}
.TagClassName
{
border-color: #F9CED8;
}
</style>