Shades of Pink Lady #F1D1B5
Tints of Pink Lady #F1D1B5
RGB
CMYK
RGB Variations
Color information
#F1D1B5 (or 0xF1D1B5) is known color: Pink Lady. HEX triplet: F1, D1 and B5. RGB value is (241,209,181). Sum of RGB (Red+Green+Blue) = 241+209+181=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1B5 is #0E2E4A. Grayscale: #D7D7D7. Windows color (decimal): -929355 or 11915761. OLE color: 11915761.
HSL color Cylindrical-coordinate representation of color #F1D1B5: hue angle of 28º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1D1B5 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 181 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.05 |
| HSL | 28º | 0.68% | 0.83% | - |
| HSV(B) | 28º | 0.25% | 0.95% | - |
| XYZ | 67.42 | 67.64 | 53.22 | - |
| YUV | 215.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 181 | 0 | 0.13 | 0.25 | 0.05 | 28 | 0.68 | 0.83 |
| Hex | F1 | D1 | B5 | 0 | D | 19 | 5 | 1C | 44 | 53 |
| Octal | 361 | 321 | 265 | 0 | 15 | 31 | 5 | 34 | 104 | 123 |
| Binary | 11110001 | 11010001 | 10110101 | 0 | 1101 | 11001 | 101 | 11100 | 1000100 | 1010011 |
Color Harmonies of #F1D1B5
Complementary color
Monochromatic Colors of #F1D1B5
Black with #F1D1B5
Text Example
Text Example
White with #F1D1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1B5; }
p { color: rgb(241,209,181); }
H1.HeaderClassName
{
color: #F1D1B5;
}
.AnyTagClassName
{
color: #F1D1B5;
}
</style>
background-color css
<style>
a { background-color: #F1D1B5; }
a { background-color: rgb(241,209,181); }
div.DivClassName
{
background-color: #F1D1B5;
}
.BgClassName
{
background-color: #F1D1B5;
}
</style>
border-color css
<style>
span { border-color: #F1D1B5; }
span { border-color: rgb(241,209,181); }
td.TdClassName
{
border-color: #F1D1B5;
}
.TagClassName
{
border-color: #F1D1B5;
}
</style>