Shades of Pink Lady #F1D5B1
Tints of Pink Lady #F1D5B1
RGB
CMYK
RGB Variations
Color information
#F1D5B1 (or 0xF1D5B1) is known color: Pink Lady. HEX triplet: F1, D5 and B1. RGB value is (241,213,177). Sum of RGB (Red+Green+Blue) = 241+213+177=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5B1 is #0E2A4E. Grayscale: #D9D9D9. Windows color (decimal): -928335 or 11654641. OLE color: 11654641.
HSL color Cylindrical-coordinate representation of color #F1D5B1: hue angle of 33.75º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1D5B1 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 177 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.05 |
| HSL | 33.75º | 0.7% | 0.82% | - |
| HSV(B) | 33.75º | 0.27% | 0.95% | - |
| XYZ | 68.01 | 69.46 | 51.42 | - |
| YUV | 217.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 177 | 0 | 0.12 | 0.27 | 0.05 | 33.75 | 0.7 | 0.82 |
| Hex | F1 | D5 | B1 | 0 | C | 1B | 5 | 22 | 46 | 52 |
| Octal | 361 | 325 | 261 | 0 | 14 | 33 | 5 | 42 | 106 | 122 |
| Binary | 11110001 | 11010101 | 10110001 | 0 | 1100 | 11011 | 101 | 100010 | 1000110 | 1010010 |
Color Harmonies of #F1D5B1
Complementary color
Monochromatic Colors of #F1D5B1
Black with #F1D5B1
Text Example
Text Example
White with #F1D5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5B1; }
p { color: rgb(241,213,177); }
H1.HeaderClassName
{
color: #F1D5B1;
}
.AnyTagClassName
{
color: #F1D5B1;
}
</style>
background-color css
<style>
a { background-color: #F1D5B1; }
a { background-color: rgb(241,213,177); }
div.DivClassName
{
background-color: #F1D5B1;
}
.BgClassName
{
background-color: #F1D5B1;
}
</style>
border-color css
<style>
span { border-color: #F1D5B1; }
span { border-color: rgb(241,213,177); }
td.TdClassName
{
border-color: #F1D5B1;
}
.TagClassName
{
border-color: #F1D5B1;
}
</style>