Shades of Pink Lady #F3D8B7
Tints of Pink Lady #F3D8B7
RGB
CMYK
RGB Variations
Color information
#F3D8B7 (or 0xF3D8B7) is known color: Pink Lady. HEX triplet: F3, D8 and B7. RGB value is (243,216,183). Sum of RGB (Red+Green+Blue) = 243+216+183=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8B7 is #0C2748. Grayscale: #DCDCDC. Windows color (decimal): -796489 or 12048627. OLE color: 12048627.
HSL color Cylindrical-coordinate representation of color #F3D8B7: hue angle of 33º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3D8B7 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 216 | 183 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.05 |
| HSL | 33º | 0.71% | 0.84% | - |
| HSV(B) | 33º | 0.25% | 0.95% | - |
| XYZ | 70.07 | 71.59 | 54.92 | - |
| YUV | 220.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 216 | 183 | 0 | 0.11 | 0.25 | 0.05 | 33 | 0.71 | 0.84 |
| Hex | F3 | D8 | B7 | 0 | B | 19 | 5 | 21 | 47 | 54 |
| Octal | 363 | 330 | 267 | 0 | 13 | 31 | 5 | 41 | 107 | 124 |
| Binary | 11110011 | 11011000 | 10110111 | 0 | 1011 | 11001 | 101 | 100001 | 1000111 | 1010100 |
Color Harmonies of #F3D8B7
Complementary color
Monochromatic Colors of #F3D8B7
Black with #F3D8B7
Text Example
Text Example
White with #F3D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D8B7; }
p { color: rgb(243,216,183); }
H1.HeaderClassName
{
color: #F3D8B7;
}
.AnyTagClassName
{
color: #F3D8B7;
}
</style>
background-color css
<style>
a { background-color: #F3D8B7; }
a { background-color: rgb(243,216,183); }
div.DivClassName
{
background-color: #F3D8B7;
}
.BgClassName
{
background-color: #F3D8B7;
}
</style>
border-color css
<style>
span { border-color: #F3D8B7; }
span { border-color: rgb(243,216,183); }
td.TdClassName
{
border-color: #F3D8B7;
}
.TagClassName
{
border-color: #F3D8B7;
}
</style>