Shades of Pink Lady #F1D2B9
Tints of Pink Lady #F1D2B9
RGB
CMYK
RGB Variations
Color information
#F1D2B9 (or 0xF1D2B9) is known color: Pink Lady. HEX triplet: F1, D2 and B9. RGB value is (241,210,185). Sum of RGB (Red+Green+Blue) = 241+210+185=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D2B9 is #0E2D46. Grayscale: #D8D8D8. Windows color (decimal): -929095 or 12178161. OLE color: 12178161.
HSL color Cylindrical-coordinate representation of color #F1D2B9: hue angle of 26.79º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1D2B9 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 185 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 26.79º | 0.67% | 0.84% | - |
| HSV(B) | 26.79º | 0.23% | 0.95% | - |
| XYZ | 68.08 | 68.3 | 55.49 | - |
| YUV | 216.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 185 | 0 | 0.13 | 0.23 | 0.05 | 26.79 | 0.67 | 0.84 |
| Hex | F1 | D2 | B9 | 0 | D | 17 | 5 | 1B | 43 | 54 |
| Octal | 361 | 322 | 271 | 0 | 15 | 27 | 5 | 33 | 103 | 124 |
| Binary | 11110001 | 11010010 | 10111001 | 0 | 1101 | 10111 | 101 | 11011 | 1000011 | 1010100 |
Color Harmonies of #F1D2B9
Complementary color
Monochromatic Colors of #F1D2B9
Black with #F1D2B9
Text Example
Text Example
White with #F1D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D2B9; }
p { color: rgb(241,210,185); }
H1.HeaderClassName
{
color: #F1D2B9;
}
.AnyTagClassName
{
color: #F1D2B9;
}
</style>
background-color css
<style>
a { background-color: #F1D2B9; }
a { background-color: rgb(241,210,185); }
div.DivClassName
{
background-color: #F1D2B9;
}
.BgClassName
{
background-color: #F1D2B9;
}
</style>
border-color css
<style>
span { border-color: #F1D2B9; }
span { border-color: rgb(241,210,185); }
td.TdClassName
{
border-color: #F1D2B9;
}
.TagClassName
{
border-color: #F1D2B9;
}
</style>