Shades of Pink Lace #F9CBD5
Tints of Pink Lace #F9CBD5
RGB
CMYK
RGB Variations
Color information
#F9CBD5 (or 0xF9CBD5) is known color: Pink Lace. HEX triplet: F9, CB and D5. RGB value is (249,203,213). Sum of RGB (Red+Green+Blue) = 249+203+213=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBD5 is #06342A. Grayscale: #D9D9D9. Windows color (decimal): -406571 or 14011385. OLE color: 14011385.
HSL color Cylindrical-coordinate representation of color #F9CBD5: hue angle of 346.96º 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 #F9CBD5 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 213 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 346.96º | 0.79% | 0.89% | - |
| HSV(B) | 346.96º | 0.18% | 0.98% | - |
| XYZ | 72.43 | 67.66 | 72.19 | - |
| YUV | 217.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 213 | 0 | 0.18 | 0.14 | 0.02 | 346.96 | 0.79 | 0.89 |
| Hex | F9 | CB | D5 | 0 | 12 | E | 2 | 15B | 4F | 59 |
| Octal | 371 | 313 | 325 | 0 | 22 | 16 | 2 | 533 | 117 | 131 |
| Binary | 11111001 | 11001011 | 11010101 | 0 | 10010 | 1110 | 10 | 101011011 | 1001111 | 1011001 |
Color Harmonies of #F9CBD5
Complementary color
Monochromatic Colors of #F9CBD5
Black with #F9CBD5
Text Example
Text Example
White with #F9CBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBD5; }
p { color: rgb(249,203,213); }
H1.HeaderClassName
{
color: #F9CBD5;
}
.AnyTagClassName
{
color: #F9CBD5;
}
</style>
background-color css
<style>
a { background-color: #F9CBD5; }
a { background-color: rgb(249,203,213); }
div.DivClassName
{
background-color: #F9CBD5;
}
.BgClassName
{
background-color: #F9CBD5;
}
</style>
border-color css
<style>
span { border-color: #F9CBD5; }
span { border-color: rgb(249,203,213); }
td.TdClassName
{
border-color: #F9CBD5;
}
.TagClassName
{
border-color: #F9CBD5;
}
</style>