Shades of Pink Lady #F8DCB8
Tints of Pink Lady #F8DCB8
RGB
CMYK
RGB Variations
Color information
#F8DCB8 (or 0xF8DCB8) is known color: Pink Lady. HEX triplet: F8, DC and B8. RGB value is (248,220,184). Sum of RGB (Red+Green+Blue) = 248+220+184=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCB8 is #072347. Grayscale: #E0E0E0. Windows color (decimal): -467784 or 12115192. OLE color: 12115192.
HSL color Cylindrical-coordinate representation of color #F8DCB8: hue angle of 33.75º 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 #F8DCB8 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 184 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.03 |
| HSL | 33.75º | 0.82% | 0.85% | - |
| HSV(B) | 33.75º | 0.26% | 0.97% | - |
| XYZ | 72.96 | 74.6 | 55.9 | - |
| YUV | 224.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 184 | 0 | 0.11 | 0.26 | 0.03 | 33.75 | 0.82 | 0.85 |
| Hex | F8 | DC | B8 | 0 | B | 1A | 3 | 22 | 52 | 55 |
| Octal | 370 | 334 | 270 | 0 | 13 | 32 | 3 | 42 | 122 | 125 |
| Binary | 11111000 | 11011100 | 10111000 | 0 | 1011 | 11010 | 11 | 100010 | 1010010 | 1010101 |
Color Harmonies of #F8DCB8
Complementary color
Monochromatic Colors of #F8DCB8
Black with #F8DCB8
Text Example
Text Example
White with #F8DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCB8; }
p { color: rgb(248,220,184); }
H1.HeaderClassName
{
color: #F8DCB8;
}
.AnyTagClassName
{
color: #F8DCB8;
}
</style>
background-color css
<style>
a { background-color: #F8DCB8; }
a { background-color: rgb(248,220,184); }
div.DivClassName
{
background-color: #F8DCB8;
}
.BgClassName
{
background-color: #F8DCB8;
}
</style>
border-color css
<style>
span { border-color: #F8DCB8; }
span { border-color: rgb(248,220,184); }
td.TdClassName
{
border-color: #F8DCB8;
}
.TagClassName
{
border-color: #F8DCB8;
}
</style>