Shades of Pink Lady #F3D8B9
Tints of Pink Lady #F3D8B9
RGB
CMYK
RGB Variations
Color information
#F3D8B9 (or 0xF3D8B9) is known color: Pink Lady. HEX triplet: F3, D8 and B9. RGB value is (243,216,185). Sum of RGB (Red+Green+Blue) = 243+216+185=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8B9 is #0C2746. Grayscale: #DCDCDC. Windows color (decimal): -796487 or 12179699. OLE color: 12179699.
HSL color Cylindrical-coordinate representation of color #F3D8B9: hue angle of 32.07º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3D8B9 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 185 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.05 |
| HSL | 32.07º | 0.71% | 0.84% | - |
| HSV(B) | 32.07º | 0.24% | 0.95% | - |
| XYZ | 70.27 | 71.67 | 56.03 | - |
| YUV | 220.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 185 | 0 | 0.11 | 0.24 | 0.05 | 32.07 | 0.71 | 0.84 |
| Hex | F3 | D8 | B9 | 0 | B | 18 | 5 | 20 | 47 | 54 |
| Octal | 363 | 330 | 271 | 0 | 13 | 30 | 5 | 40 | 107 | 124 |
| Binary | 11110011 | 11011000 | 10111001 | 0 | 1011 | 11000 | 101 | 100000 | 1000111 | 1010100 |
Color Harmonies of #F3D8B9
Complementary color
Monochromatic Colors of #F3D8B9
Black with #F3D8B9
Text Example
Text Example
White with #F3D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8B9; }
p { color: rgb(243,216,185); }
H1.HeaderClassName
{
color: #F3D8B9;
}
.AnyTagClassName
{
color: #F3D8B9;
}
</style>
background-color css
<style>
a { background-color: #F3D8B9; }
a { background-color: rgb(243,216,185); }
div.DivClassName
{
background-color: #F3D8B9;
}
.BgClassName
{
background-color: #F3D8B9;
}
</style>
border-color css
<style>
span { border-color: #F3D8B9; }
span { border-color: rgb(243,216,185); }
td.TdClassName
{
border-color: #F3D8B9;
}
.TagClassName
{
border-color: #F3D8B9;
}
</style>