Shades of Pink Lady #F0D1AF
Tints of Pink Lady #F0D1AF
RGB
CMYK
RGB Variations
Color information
#F0D1AF (or 0xF0D1AF) is known color: Pink Lady. HEX triplet: F0, D1 and AF. RGB value is (240,209,175). Sum of RGB (Red+Green+Blue) = 240+209+175=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D1AF is #0F2E50. Grayscale: #D6D6D6. Windows color (decimal): -994897 or 11522544. OLE color: 11522544.
HSL color Cylindrical-coordinate representation of color #F0D1AF: hue angle of 31.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0D1AF is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 175 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.06 |
| HSL | 31.38º | 0.68% | 0.81% | - |
| HSV(B) | 31.38º | 0.27% | 0.94% | - |
| XYZ | 66.47 | 67.22 | 50.03 | - |
| YUV | 214.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 175 | 0 | 0.13 | 0.27 | 0.06 | 31.38 | 0.68 | 0.81 |
| Hex | F0 | D1 | AF | 0 | D | 1B | 6 | 1F | 44 | 51 |
| Octal | 360 | 321 | 257 | 0 | 15 | 33 | 6 | 37 | 104 | 121 |
| Binary | 11110000 | 11010001 | 10101111 | 0 | 1101 | 11011 | 110 | 11111 | 1000100 | 1010001 |
Color Harmonies of #F0D1AF
Complementary color
Monochromatic Colors of #F0D1AF
Black with #F0D1AF
Text Example
Text Example
White with #F0D1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1AF; }
p { color: rgb(240,209,175); }
H1.HeaderClassName
{
color: #F0D1AF;
}
.AnyTagClassName
{
color: #F0D1AF;
}
</style>
background-color css
<style>
a { background-color: #F0D1AF; }
a { background-color: rgb(240,209,175); }
div.DivClassName
{
background-color: #F0D1AF;
}
.BgClassName
{
background-color: #F0D1AF;
}
</style>
border-color css
<style>
span { border-color: #F0D1AF; }
span { border-color: rgb(240,209,175); }
td.TdClassName
{
border-color: #F0D1AF;
}
.TagClassName
{
border-color: #F0D1AF;
}
</style>