Shades of Pink Lady #F3D4AE
Tints of Pink Lady #F3D4AE
RGB
CMYK
RGB Variations
Color information
#F3D4AE (or 0xF3D4AE) is known color: Pink Lady. HEX triplet: F3, D4 and AE. RGB value is (243,212,174). Sum of RGB (Red+Green+Blue) = 243+212+174=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D4AE is #0C2B51. Grayscale: #D9D9D9. Windows color (decimal): -797522 or 11457779. OLE color: 11457779.
HSL color Cylindrical-coordinate representation of color #F3D4AE: hue angle of 33.04º 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 #F3D4AE is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 174 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.05 |
| HSL | 33.04º | 0.74% | 0.82% | - |
| HSV(B) | 33.04º | 0.28% | 0.95% | - |
| XYZ | 68.15 | 69.2 | 49.81 | - |
| YUV | 216.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 174 | 0 | 0.13 | 0.28 | 0.05 | 33.04 | 0.74 | 0.82 |
| Hex | F3 | D4 | AE | 0 | D | 1C | 5 | 21 | 4A | 52 |
| Octal | 363 | 324 | 256 | 0 | 15 | 34 | 5 | 41 | 112 | 122 |
| Binary | 11110011 | 11010100 | 10101110 | 0 | 1101 | 11100 | 101 | 100001 | 1001010 | 1010010 |
Color Harmonies of #F3D4AE
Complementary color
Monochromatic Colors of #F3D4AE
Black with #F3D4AE
Text Example
Text Example
White with #F3D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D4AE; }
p { color: rgb(243,212,174); }
H1.HeaderClassName
{
color: #F3D4AE;
}
.AnyTagClassName
{
color: #F3D4AE;
}
</style>
background-color css
<style>
a { background-color: #F3D4AE; }
a { background-color: rgb(243,212,174); }
div.DivClassName
{
background-color: #F3D4AE;
}
.BgClassName
{
background-color: #F3D4AE;
}
</style>
border-color css
<style>
span { border-color: #F3D4AE; }
span { border-color: rgb(243,212,174); }
td.TdClassName
{
border-color: #F3D4AE;
}
.TagClassName
{
border-color: #F3D4AE;
}
</style>