Shades of Pink Lady #F1D5BA
Tints of Pink Lady #F1D5BA
RGB
CMYK
RGB Variations
Color information
#F1D5BA (or 0xF1D5BA) is known color: Pink Lady. HEX triplet: F1, D5 and BA. RGB value is (241,213,186). Sum of RGB (Red+Green+Blue) = 241+213+186=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5BA is #0E2A45. Grayscale: #DADADA. Windows color (decimal): -928326 or 12244465. OLE color: 12244465.
HSL color Cylindrical-coordinate representation of color #F1D5BA: hue angle of 29.45º degrees, saturation: 0.66, 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 #F1D5BA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 186 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 29.45º | 0.66% | 0.84% | - |
| HSV(B) | 29.45º | 0.23% | 0.95% | - |
| XYZ | 68.93 | 69.83 | 56.3 | - |
| YUV | 218.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 186 | 0 | 0.12 | 0.23 | 0.05 | 29.45 | 0.66 | 0.84 |
| Hex | F1 | D5 | BA | 0 | C | 17 | 5 | 1D | 42 | 54 |
| Octal | 361 | 325 | 272 | 0 | 14 | 27 | 5 | 35 | 102 | 124 |
| Binary | 11110001 | 11010101 | 10111010 | 0 | 1100 | 10111 | 101 | 11101 | 1000010 | 1010100 |
Color Harmonies of #F1D5BA
Complementary color
Monochromatic Colors of #F1D5BA
Black with #F1D5BA
Text Example
Text Example
White with #F1D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5BA; }
p { color: rgb(241,213,186); }
H1.HeaderClassName
{
color: #F1D5BA;
}
.AnyTagClassName
{
color: #F1D5BA;
}
</style>
background-color css
<style>
a { background-color: #F1D5BA; }
a { background-color: rgb(241,213,186); }
div.DivClassName
{
background-color: #F1D5BA;
}
.BgClassName
{
background-color: #F1D5BA;
}
</style>
border-color css
<style>
span { border-color: #F1D5BA; }
span { border-color: rgb(241,213,186); }
td.TdClassName
{
border-color: #F1D5BA;
}
.TagClassName
{
border-color: #F1D5BA;
}
</style>