Shades of Pink Lady #F1D8BD
Tints of Pink Lady #F1D8BD
RGB
CMYK
RGB Variations
Color information
#F1D8BD (or 0xF1D8BD) is known color: Pink Lady. HEX triplet: F1, D8 and BD. RGB value is (241,216,189). Sum of RGB (Red+Green+Blue) = 241+216+189=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8BD is #0E2742. Grayscale: #DCDCDC. Windows color (decimal): -927555 or 12441841. OLE color: 12441841.
HSL color Cylindrical-coordinate representation of color #F1D8BD: hue angle of 31.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D8BD is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 189 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.05 |
| HSL | 31.15º | 0.65% | 0.84% | - |
| HSV(B) | 31.15º | 0.22% | 0.95% | - |
| XYZ | 70.02 | 71.49 | 58.25 | - |
| YUV | 220.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 189 | 0 | 0.10 | 0.22 | 0.05 | 31.15 | 0.65 | 0.84 |
| Hex | F1 | D8 | BD | 0 | A | 16 | 5 | 1F | 41 | 54 |
| Octal | 361 | 330 | 275 | 0 | 12 | 26 | 5 | 37 | 101 | 124 |
| Binary | 11110001 | 11011000 | 10111101 | 0 | 1010 | 10110 | 101 | 11111 | 1000001 | 1010100 |
Color Harmonies of #F1D8BD
Complementary color
Monochromatic Colors of #F1D8BD
Black with #F1D8BD
Text Example
Text Example
White with #F1D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D8BD; }
p { color: rgb(241,216,189); }
H1.HeaderClassName
{
color: #F1D8BD;
}
.AnyTagClassName
{
color: #F1D8BD;
}
</style>
background-color css
<style>
a { background-color: #F1D8BD; }
a { background-color: rgb(241,216,189); }
div.DivClassName
{
background-color: #F1D8BD;
}
.BgClassName
{
background-color: #F1D8BD;
}
</style>
border-color css
<style>
span { border-color: #F1D8BD; }
span { border-color: rgb(241,216,189); }
td.TdClassName
{
border-color: #F1D8BD;
}
.TagClassName
{
border-color: #F1D8BD;
}
</style>