Shades of Pink Lady #F3D6B2
Tints of Pink Lady #F3D6B2
RGB
CMYK
RGB Variations
Color information
#F3D6B2 (or 0xF3D6B2) is known color: Pink Lady. HEX triplet: F3, D6 and B2. RGB value is (243,214,178). Sum of RGB (Red+Green+Blue) = 243+214+178=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D6B2 is #0C294D. Grayscale: #DADADA. Windows color (decimal): -797006 or 11720435. OLE color: 11720435.
HSL color Cylindrical-coordinate representation of color #F3D6B2: hue angle of 33.23º 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 #F3D6B2 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 178 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.05 |
| HSL | 33.23º | 0.73% | 0.83% | - |
| HSV(B) | 33.23º | 0.27% | 0.95% | - |
| XYZ | 69.04 | 70.36 | 52.06 | - |
| YUV | 218.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 178 | 0 | 0.12 | 0.27 | 0.05 | 33.23 | 0.73 | 0.83 |
| Hex | F3 | D6 | B2 | 0 | C | 1B | 5 | 21 | 49 | 53 |
| Octal | 363 | 326 | 262 | 0 | 14 | 33 | 5 | 41 | 111 | 123 |
| Binary | 11110011 | 11010110 | 10110010 | 0 | 1100 | 11011 | 101 | 100001 | 1001001 | 1010011 |
Color Harmonies of #F3D6B2
Complementary color
Monochromatic Colors of #F3D6B2
Black with #F3D6B2
Text Example
Text Example
White with #F3D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D6B2; }
p { color: rgb(243,214,178); }
H1.HeaderClassName
{
color: #F3D6B2;
}
.AnyTagClassName
{
color: #F3D6B2;
}
</style>
background-color css
<style>
a { background-color: #F3D6B2; }
a { background-color: rgb(243,214,178); }
div.DivClassName
{
background-color: #F3D6B2;
}
.BgClassName
{
background-color: #F3D6B2;
}
</style>
border-color css
<style>
span { border-color: #F3D6B2; }
span { border-color: rgb(243,214,178); }
td.TdClassName
{
border-color: #F3D6B2;
}
.TagClassName
{
border-color: #F3D6B2;
}
</style>