Shades of Pink Lace #F9CED5
Tints of Pink Lace #F9CED5
RGB
CMYK
RGB Variations
Color information
#F9CED5 (or 0xF9CED5) is known color: Pink Lace. HEX triplet: F9, CE and D5. RGB value is (249,206,213). Sum of RGB (Red+Green+Blue) = 249+206+213=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CED5 is #06312A. Grayscale: #DBDBDB. Windows color (decimal): -405803 or 14012153. OLE color: 14012153.
HSL color Cylindrical-coordinate representation of color #F9CED5: hue angle of 350.23º 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 #F9CED5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 213 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.02 |
| HSL | 350.23º | 0.78% | 0.89% | - |
| HSV(B) | 350.23º | 0.17% | 0.98% | - |
| XYZ | 73.15 | 69.09 | 72.43 | - |
| YUV | 219.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 213 | 0 | 0.17 | 0.14 | 0.02 | 350.23 | 0.78 | 0.89 |
| Hex | F9 | CE | D5 | 0 | 11 | E | 2 | 15E | 4E | 59 |
| Octal | 371 | 316 | 325 | 0 | 21 | 16 | 2 | 536 | 116 | 131 |
| Binary | 11111001 | 11001110 | 11010101 | 0 | 10001 | 1110 | 10 | 101011110 | 1001110 | 1011001 |
Color Harmonies of #F9CED5
Complementary color
Monochromatic Colors of #F9CED5
Black with #F9CED5
Text Example
Text Example
White with #F9CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CED5; }
p { color: rgb(249,206,213); }
H1.HeaderClassName
{
color: #F9CED5;
}
.AnyTagClassName
{
color: #F9CED5;
}
</style>
background-color css
<style>
a { background-color: #F9CED5; }
a { background-color: rgb(249,206,213); }
div.DivClassName
{
background-color: #F9CED5;
}
.BgClassName
{
background-color: #F9CED5;
}
</style>
border-color css
<style>
span { border-color: #F9CED5; }
span { border-color: rgb(249,206,213); }
td.TdClassName
{
border-color: #F9CED5;
}
.TagClassName
{
border-color: #F9CED5;
}
</style>