Shades of Pink Lady #F8D9B6
Tints of Pink Lady #F8D9B6
RGB
CMYK
RGB Variations
Color information
#F8D9B6 (or 0xF8D9B6) is known color: Pink Lady. HEX triplet: F8, D9 and B6. RGB value is (248,217,182). Sum of RGB (Red+Green+Blue) = 248+217+182=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9B6 is #072649. Grayscale: #DEDEDE. Windows color (decimal): -468554 or 11983352. OLE color: 11983352.
HSL color Cylindrical-coordinate representation of color #F8D9B6: hue angle of 31.82º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8D9B6 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 182 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.03 |
| HSL | 31.82º | 0.83% | 0.84% | - |
| HSV(B) | 31.82º | 0.27% | 0.97% | - |
| XYZ | 71.97 | 72.96 | 54.55 | - |
| YUV | 222.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 182 | 0 | 0.12 | 0.27 | 0.03 | 31.82 | 0.83 | 0.84 |
| Hex | F8 | D9 | B6 | 0 | C | 1B | 3 | 20 | 52 | 54 |
| Octal | 370 | 331 | 266 | 0 | 14 | 33 | 3 | 40 | 122 | 124 |
| Binary | 11111000 | 11011001 | 10110110 | 0 | 1100 | 11011 | 11 | 100000 | 1010010 | 1010100 |
Color Harmonies of #F8D9B6
Complementary color
Monochromatic Colors of #F8D9B6
Black with #F8D9B6
Text Example
Text Example
White with #F8D9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D9B6; }
p { color: rgb(248,217,182); }
H1.HeaderClassName
{
color: #F8D9B6;
}
.AnyTagClassName
{
color: #F8D9B6;
}
</style>
background-color css
<style>
a { background-color: #F8D9B6; }
a { background-color: rgb(248,217,182); }
div.DivClassName
{
background-color: #F8D9B6;
}
.BgClassName
{
background-color: #F8D9B6;
}
</style>
border-color css
<style>
span { border-color: #F8D9B6; }
span { border-color: rgb(248,217,182); }
td.TdClassName
{
border-color: #F8D9B6;
}
.TagClassName
{
border-color: #F8D9B6;
}
</style>