Shades of Pink Lady #F9D4B1
Tints of Pink Lady #F9D4B1
RGB
CMYK
RGB Variations
Color information
#F9D4B1 (or 0xF9D4B1) is known color: Pink Lady. HEX triplet: F9, D4 and B1. RGB value is (249,212,177). Sum of RGB (Red+Green+Blue) = 249+212+177=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D4B1 is #062B4E. Grayscale: #DBDBDB. Windows color (decimal): -404303 or 11654393. OLE color: 11654393.
HSL color Cylindrical-coordinate representation of color #F9D4B1: hue angle of 29.17º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9D4B1 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 177 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.02 |
| HSL | 29.17º | 0.86% | 0.84% | - |
| HSV(B) | 29.17º | 0.29% | 0.98% | - |
| XYZ | 70.55 | 70.4 | 51.47 | - |
| YUV | 219.07 | 104.26 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 177 | 0 | 0.15 | 0.29 | 0.02 | 29.17 | 0.86 | 0.84 |
| Hex | F9 | D4 | B1 | 0 | F | 1D | 2 | 1D | 56 | 54 |
| Octal | 371 | 324 | 261 | 0 | 17 | 35 | 2 | 35 | 126 | 124 |
| Binary | 11111001 | 11010100 | 10110001 | 0 | 1111 | 11101 | 10 | 11101 | 1010110 | 1010100 |
Color Harmonies of #F9D4B1
Complementary color
Monochromatic Colors of #F9D4B1
Black with #F9D4B1
Text Example
Text Example
White with #F9D4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4B1; }
p { color: rgb(249,212,177); }
H1.HeaderClassName
{
color: #F9D4B1;
}
.AnyTagClassName
{
color: #F9D4B1;
}
</style>
background-color css
<style>
a { background-color: #F9D4B1; }
a { background-color: rgb(249,212,177); }
div.DivClassName
{
background-color: #F9D4B1;
}
.BgClassName
{
background-color: #F9D4B1;
}
</style>
border-color css
<style>
span { border-color: #F9D4B1; }
span { border-color: rgb(249,212,177); }
td.TdClassName
{
border-color: #F9D4B1;
}
.TagClassName
{
border-color: #F9D4B1;
}
</style>