Shades of Pink Lace #F9CED6
Tints of Pink Lace #F9CED6
RGB
CMYK
RGB Variations
Color information
#F9CED6 (or 0xF9CED6) is known color: Pink Lace. HEX triplet: F9, CE and D6. RGB value is (249,206,214). Sum of RGB (Red+Green+Blue) = 249+206+214=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED6 is #063129. Grayscale: #DBDBDB. Windows color (decimal): -405802 or 14077689. OLE color: 14077689.
HSL color Cylindrical-coordinate representation of color #F9CED6: hue angle of 348.84º 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 #F9CED6 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 206 | 214 | - |
CMYK | 0 | 0.17 | 0.14 | 0.02 |
HSL | 348.84º | 0.78% | 0.89% | - |
HSV(B) | 348.84º | 0.17% | 0.98% | - |
XYZ | 73.28 | 69.14 | 73.1 | - |
YUV | 219.77 | 124.75 | 148.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 206 | 214 | 0 | 0.17 | 0.14 | 0.02 | 348.84 | 0.78 | 0.89 |
Hex | F9 | CE | D6 | 0 | 11 | E | 2 | 15D | 4E | 59 |
Octal | 371 | 316 | 326 | 0 | 21 | 16 | 2 | 535 | 116 | 131 |
Binary | 11111001 | 11001110 | 11010110 | 0 | 10001 | 1110 | 10 | 101011101 | 1001110 | 1011001 |
Color Harmonies of #F9CED6
Complementary color
Monochromatic Colors of #F9CED6
Black with #F9CED6
Text Example
Text Example
White with #F9CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CED6; }
p { color: rgb(249,206,214); }
H1.HeaderClassName
{
color: #F9CED6;
}
.AnyTagClassName
{
color: #F9CED6;
}
</style>
background-color css
<style>
a { background-color: #F9CED6; }
a { background-color: rgb(249,206,214); }
div.DivClassName
{
background-color: #F9CED6;
}
.BgClassName
{
background-color: #F9CED6;
}
</style>
border-color css
<style>
span { border-color: #F9CED6; }
span { border-color: rgb(249,206,214); }
td.TdClassName
{
border-color: #F9CED6;
}
.TagClassName
{
border-color: #F9CED6;
}
</style>