Shades of Pink Lady #F3D2B2
Tints of Pink Lady #F3D2B2
RGB
CMYK
RGB Variations
Color information
#F3D2B2 (or 0xF3D2B2) is known color: Pink Lady. HEX triplet: F3, D2 and B2. RGB value is (243,210,178). Sum of RGB (Red+Green+Blue) = 243+210+178=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D2B2 is #0C2D4D. Grayscale: #D8D8D8. Windows color (decimal): -798030 or 11719411. OLE color: 11719411.
HSL color Cylindrical-coordinate representation of color #F3D2B2: hue angle of 29.54º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3D2B2 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 178 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.05 |
| HSL | 29.54º | 0.73% | 0.83% | - |
| HSV(B) | 29.54º | 0.27% | 0.95% | - |
| XYZ | 68.04 | 68.36 | 51.73 | - |
| YUV | 216.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 178 | 0 | 0.14 | 0.27 | 0.05 | 29.54 | 0.73 | 0.83 |
| Hex | F3 | D2 | B2 | 0 | E | 1B | 5 | 1E | 49 | 53 |
| Octal | 363 | 322 | 262 | 0 | 16 | 33 | 5 | 36 | 111 | 123 |
| Binary | 11110011 | 11010010 | 10110010 | 0 | 1110 | 11011 | 101 | 11110 | 1001001 | 1010011 |
Color Harmonies of #F3D2B2
Complementary color
Monochromatic Colors of #F3D2B2
Black with #F3D2B2
Text Example
Text Example
White with #F3D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2B2; }
p { color: rgb(243,210,178); }
H1.HeaderClassName
{
color: #F3D2B2;
}
.AnyTagClassName
{
color: #F3D2B2;
}
</style>
background-color css
<style>
a { background-color: #F3D2B2; }
a { background-color: rgb(243,210,178); }
div.DivClassName
{
background-color: #F3D2B2;
}
.BgClassName
{
background-color: #F3D2B2;
}
</style>
border-color css
<style>
span { border-color: #F3D2B2; }
span { border-color: rgb(243,210,178); }
td.TdClassName
{
border-color: #F3D2B2;
}
.TagClassName
{
border-color: #F3D2B2;
}
</style>