Shades of Pink Lady #F2D4AE
Tints of Pink Lady #F2D4AE
RGB
CMYK
RGB Variations
Color information
#F2D4AE (or 0xF2D4AE) is known color: Pink Lady. HEX triplet: F2, D4 and AE. RGB value is (242,212,174). Sum of RGB (Red+Green+Blue) = 242+212+174=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D4AE is #0D2B51. Grayscale: #D8D8D8. Windows color (decimal): -863058 or 11457778. OLE color: 11457778.
HSL color Cylindrical-coordinate representation of color #F2D4AE: hue angle of 33.53º degrees, saturation: 0.72, 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 #F2D4AE is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 174 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.05 |
| HSL | 33.53º | 0.72% | 0.82% | - |
| HSV(B) | 33.53º | 0.28% | 0.95% | - |
| XYZ | 67.8 | 69.02 | 49.79 | - |
| YUV | 216.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 174 | 0 | 0.12 | 0.28 | 0.05 | 33.53 | 0.72 | 0.82 |
| Hex | F2 | D4 | AE | 0 | C | 1C | 5 | 22 | 48 | 52 |
| Octal | 362 | 324 | 256 | 0 | 14 | 34 | 5 | 42 | 110 | 122 |
| Binary | 11110010 | 11010100 | 10101110 | 0 | 1100 | 11100 | 101 | 100010 | 1001000 | 1010010 |
Color Harmonies of #F2D4AE
Complementary color
Monochromatic Colors of #F2D4AE
Black with #F2D4AE
Text Example
Text Example
White with #F2D4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4AE; }
p { color: rgb(242,212,174); }
H1.HeaderClassName
{
color: #F2D4AE;
}
.AnyTagClassName
{
color: #F2D4AE;
}
</style>
background-color css
<style>
a { background-color: #F2D4AE; }
a { background-color: rgb(242,212,174); }
div.DivClassName
{
background-color: #F2D4AE;
}
.BgClassName
{
background-color: #F2D4AE;
}
</style>
border-color css
<style>
span { border-color: #F2D4AE; }
span { border-color: rgb(242,212,174); }
td.TdClassName
{
border-color: #F2D4AE;
}
.TagClassName
{
border-color: #F2D4AE;
}
</style>