Shades of Pink Lady #F8DAB8
Tints of Pink Lady #F8DAB8
RGB
CMYK
RGB Variations
Color information
#F8DAB8 (or 0xF8DAB8) is known color: Pink Lady. HEX triplet: F8, DA and B8. RGB value is (248,218,184). Sum of RGB (Red+Green+Blue) = 248+218+184=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 184 (72.27% from 255 or 28.31% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DAB8 is #072547. Grayscale: #DFDFDF. Windows color (decimal): -468296 or 12114680. OLE color: 12114680.
HSL color Cylindrical-coordinate representation of color #F8DAB8: hue angle of 31.88º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8DAB8 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 184 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.03 |
| HSL | 31.88º | 0.82% | 0.85% | - |
| HSV(B) | 31.88º | 0.26% | 0.97% | - |
| XYZ | 72.43 | 73.56 | 55.73 | - |
| YUV | 223.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 184 | 0 | 0.12 | 0.26 | 0.03 | 31.88 | 0.82 | 0.85 |
| Hex | F8 | DA | B8 | 0 | C | 1A | 3 | 20 | 52 | 55 |
| Octal | 370 | 332 | 270 | 0 | 14 | 32 | 3 | 40 | 122 | 125 |
| Binary | 11111000 | 11011010 | 10111000 | 0 | 1100 | 11010 | 11 | 100000 | 1010010 | 1010101 |
Color Harmonies of #F8DAB8
Complementary color
Monochromatic Colors of #F8DAB8
Black with #F8DAB8
Text Example
Text Example
White with #F8DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAB8; }
p { color: rgb(248,218,184); }
H1.HeaderClassName
{
color: #F8DAB8;
}
.AnyTagClassName
{
color: #F8DAB8;
}
</style>
background-color css
<style>
a { background-color: #F8DAB8; }
a { background-color: rgb(248,218,184); }
div.DivClassName
{
background-color: #F8DAB8;
}
.BgClassName
{
background-color: #F8DAB8;
}
</style>
border-color css
<style>
span { border-color: #F8DAB8; }
span { border-color: rgb(248,218,184); }
td.TdClassName
{
border-color: #F8DAB8;
}
.TagClassName
{
border-color: #F8DAB8;
}
</style>