Shades of Pink Lady #F1D1AE
Tints of Pink Lady #F1D1AE
RGB
CMYK
RGB Variations
Color information
#F1D1AE (or 0xF1D1AE) is known color: Pink Lady. HEX triplet: F1, D1 and AE. RGB value is (241,209,174). Sum of RGB (Red+Green+Blue) = 241+209+174=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D1AE is #0E2E51. Grayscale: #D6D6D6. Windows color (decimal): -929362 or 11457009. OLE color: 11457009.
HSL color Cylindrical-coordinate representation of color #F1D1AE: hue angle of 31.34º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1D1AE is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 174 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.05 |
| HSL | 31.34º | 0.71% | 0.81% | - |
| HSV(B) | 31.34º | 0.28% | 0.95% | - |
| XYZ | 66.72 | 67.36 | 49.53 | - |
| YUV | 214.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 174 | 0 | 0.13 | 0.28 | 0.05 | 31.34 | 0.71 | 0.81 |
| Hex | F1 | D1 | AE | 0 | D | 1C | 5 | 1F | 47 | 51 |
| Octal | 361 | 321 | 256 | 0 | 15 | 34 | 5 | 37 | 107 | 121 |
| Binary | 11110001 | 11010001 | 10101110 | 0 | 1101 | 11100 | 101 | 11111 | 1000111 | 1010001 |
Color Harmonies of #F1D1AE
Complementary color
Monochromatic Colors of #F1D1AE
Black with #F1D1AE
Text Example
Text Example
White with #F1D1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1AE; }
p { color: rgb(241,209,174); }
H1.HeaderClassName
{
color: #F1D1AE;
}
.AnyTagClassName
{
color: #F1D1AE;
}
</style>
background-color css
<style>
a { background-color: #F1D1AE; }
a { background-color: rgb(241,209,174); }
div.DivClassName
{
background-color: #F1D1AE;
}
.BgClassName
{
background-color: #F1D1AE;
}
</style>
border-color css
<style>
span { border-color: #F1D1AE; }
span { border-color: rgb(241,209,174); }
td.TdClassName
{
border-color: #F1D1AE;
}
.TagClassName
{
border-color: #F1D1AE;
}
</style>