Shades of Pink Lady #F3D5B0
Tints of Pink Lady #F3D5B0
RGB
CMYK
RGB Variations
Color information
#F3D5B0 (or 0xF3D5B0) is known color: Pink Lady. HEX triplet: F3, D5 and B0. RGB value is (243,213,176). Sum of RGB (Red+Green+Blue) = 243+213+176=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D5B0 is #0C2A4F. Grayscale: #D9D9D9. Windows color (decimal): -797264 or 11589107. OLE color: 11589107.
HSL color Cylindrical-coordinate representation of color #F3D5B0: hue angle of 33.13º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3D5B0 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 176 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.05 |
| HSL | 33.13º | 0.74% | 0.82% | - |
| HSV(B) | 33.13º | 0.28% | 0.95% | - |
| XYZ | 68.59 | 69.78 | 50.93 | - |
| YUV | 217.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 176 | 0 | 0.12 | 0.28 | 0.05 | 33.13 | 0.74 | 0.82 |
| Hex | F3 | D5 | B0 | 0 | C | 1C | 5 | 21 | 4A | 52 |
| Octal | 363 | 325 | 260 | 0 | 14 | 34 | 5 | 41 | 112 | 122 |
| Binary | 11110011 | 11010101 | 10110000 | 0 | 1100 | 11100 | 101 | 100001 | 1001010 | 1010010 |
Color Harmonies of #F3D5B0
Complementary color
Monochromatic Colors of #F3D5B0
Black with #F3D5B0
Text Example
Text Example
White with #F3D5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5B0; }
p { color: rgb(243,213,176); }
H1.HeaderClassName
{
color: #F3D5B0;
}
.AnyTagClassName
{
color: #F3D5B0;
}
</style>
background-color css
<style>
a { background-color: #F3D5B0; }
a { background-color: rgb(243,213,176); }
div.DivClassName
{
background-color: #F3D5B0;
}
.BgClassName
{
background-color: #F3D5B0;
}
</style>
border-color css
<style>
span { border-color: #F3D5B0; }
span { border-color: rgb(243,213,176); }
td.TdClassName
{
border-color: #F3D5B0;
}
.TagClassName
{
border-color: #F3D5B0;
}
</style>