Shades of Pink Lady #F0D2B1
Tints of Pink Lady #F0D2B1
RGB
CMYK
RGB Variations
Color information
#F0D2B1 (or 0xF0D2B1) is known color: Pink Lady. HEX triplet: F0, D2 and B1. RGB value is (240,210,177). Sum of RGB (Red+Green+Blue) = 240+210+177=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D2B1 is #0F2D4E. Grayscale: #D7D7D7. Windows color (decimal): -994639 or 11653872. OLE color: 11653872.
HSL color Cylindrical-coordinate representation of color #F0D2B1: hue angle of 31.43º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0D2B1 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 177 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.06 |
| HSL | 31.43º | 0.68% | 0.82% | - |
| HSV(B) | 31.43º | 0.26% | 0.94% | - |
| XYZ | 66.92 | 67.79 | 51.15 | - |
| YUV | 215.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 177 | 0 | 0.12 | 0.26 | 0.06 | 31.43 | 0.68 | 0.82 |
| Hex | F0 | D2 | B1 | 0 | C | 1A | 6 | 1F | 44 | 52 |
| Octal | 360 | 322 | 261 | 0 | 14 | 32 | 6 | 37 | 104 | 122 |
| Binary | 11110000 | 11010010 | 10110001 | 0 | 1100 | 11010 | 110 | 11111 | 1000100 | 1010010 |
Color Harmonies of #F0D2B1
Complementary color
Monochromatic Colors of #F0D2B1
Black with #F0D2B1
Text Example
Text Example
White with #F0D2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2B1; }
p { color: rgb(240,210,177); }
H1.HeaderClassName
{
color: #F0D2B1;
}
.AnyTagClassName
{
color: #F0D2B1;
}
</style>
background-color css
<style>
a { background-color: #F0D2B1; }
a { background-color: rgb(240,210,177); }
div.DivClassName
{
background-color: #F0D2B1;
}
.BgClassName
{
background-color: #F0D2B1;
}
</style>
border-color css
<style>
span { border-color: #F0D2B1; }
span { border-color: rgb(240,210,177); }
td.TdClassName
{
border-color: #F0D2B1;
}
.TagClassName
{
border-color: #F0D2B1;
}
</style>