Shades of Pink Lady #F1D6BA
Tints of Pink Lady #F1D6BA
RGB
CMYK
RGB Variations
Color information
#F1D6BA (or 0xF1D6BA) is known color: Pink Lady. HEX triplet: F1, D6 and BA. RGB value is (241,214,186). Sum of RGB (Red+Green+Blue) = 241+214+186=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6BA is #0E2945. Grayscale: #DBDBDB. Windows color (decimal): -928070 or 12244721. OLE color: 12244721.
HSL color Cylindrical-coordinate representation of color #F1D6BA: hue angle of 30.55º 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 #F1D6BA is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 186 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.05 |
| HSL | 30.55º | 0.66% | 0.84% | - |
| HSV(B) | 30.55º | 0.23% | 0.95% | - |
| XYZ | 69.19 | 70.34 | 56.38 | - |
| YUV | 218.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 186 | 0 | 0.11 | 0.23 | 0.05 | 30.55 | 0.66 | 0.84 |
| Hex | F1 | D6 | BA | 0 | B | 17 | 5 | 1F | 42 | 54 |
| Octal | 361 | 326 | 272 | 0 | 13 | 27 | 5 | 37 | 102 | 124 |
| Binary | 11110001 | 11010110 | 10111010 | 0 | 1011 | 10111 | 101 | 11111 | 1000010 | 1010100 |
Color Harmonies of #F1D6BA
Complementary color
Monochromatic Colors of #F1D6BA
Black with #F1D6BA
Text Example
Text Example
White with #F1D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6BA; }
p { color: rgb(241,214,186); }
H1.HeaderClassName
{
color: #F1D6BA;
}
.AnyTagClassName
{
color: #F1D6BA;
}
</style>
background-color css
<style>
a { background-color: #F1D6BA; }
a { background-color: rgb(241,214,186); }
div.DivClassName
{
background-color: #F1D6BA;
}
.BgClassName
{
background-color: #F1D6BA;
}
</style>
border-color css
<style>
span { border-color: #F1D6BA; }
span { border-color: rgb(241,214,186); }
td.TdClassName
{
border-color: #F1D6BA;
}
.TagClassName
{
border-color: #F1D6BA;
}
</style>