Shades of Pink Lady #F8D9B1
Tints of Pink Lady #F8D9B1
RGB
CMYK
RGB Variations
Color information
#F8D9B1 (or 0xF8D9B1) is known color: Pink Lady. HEX triplet: F8, D9 and B1. RGB value is (248,217,177). Sum of RGB (Red+Green+Blue) = 248+217+177=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D9B1 is #07264E. Grayscale: #DDDDDD. Windows color (decimal): -468559 or 11655672. OLE color: 11655672.
HSL color Cylindrical-coordinate representation of color #F8D9B1: hue angle of 33.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8D9B1 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 177 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.03 |
| HSL | 33.8º | 0.84% | 0.83% | - |
| HSV(B) | 33.8º | 0.29% | 0.97% | - |
| XYZ | 71.46 | 72.76 | 51.87 | - |
| YUV | 221.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 177 | 0 | 0.12 | 0.29 | 0.03 | 33.8 | 0.84 | 0.83 |
| Hex | F8 | D9 | B1 | 0 | C | 1D | 3 | 22 | 54 | 53 |
| Octal | 370 | 331 | 261 | 0 | 14 | 35 | 3 | 42 | 124 | 123 |
| Binary | 11111000 | 11011001 | 10110001 | 0 | 1100 | 11101 | 11 | 100010 | 1010100 | 1010011 |
Color Harmonies of #F8D9B1
Complementary color
Monochromatic Colors of #F8D9B1
Black with #F8D9B1
Text Example
Text Example
White with #F8D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9B1; }
p { color: rgb(248,217,177); }
H1.HeaderClassName
{
color: #F8D9B1;
}
.AnyTagClassName
{
color: #F8D9B1;
}
</style>
background-color css
<style>
a { background-color: #F8D9B1; }
a { background-color: rgb(248,217,177); }
div.DivClassName
{
background-color: #F8D9B1;
}
.BgClassName
{
background-color: #F8D9B1;
}
</style>
border-color css
<style>
span { border-color: #F8D9B1; }
span { border-color: rgb(248,217,177); }
td.TdClassName
{
border-color: #F8D9B1;
}
.TagClassName
{
border-color: #F8D9B1;
}
</style>