Shades of Pink Lady #F1D3B1
Tints of Pink Lady #F1D3B1
RGB
CMYK
RGB Variations
Color information
#F1D3B1 (or 0xF1D3B1) is known color: Pink Lady. HEX triplet: F1, D3 and B1. RGB value is (241,211,177). Sum of RGB (Red+Green+Blue) = 241+211+177=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 177 (69.53% from 255 or 28.14% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D3B1 is #0E2C4E. Grayscale: #D8D8D8. Windows color (decimal): -928847 or 11654129. OLE color: 11654129.
HSL color Cylindrical-coordinate representation of color #F1D3B1: hue angle of 31.88º 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 #F1D3B1 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 177 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.05 |
| HSL | 31.88º | 0.7% | 0.82% | - |
| HSV(B) | 31.88º | 0.27% | 0.95% | - |
| XYZ | 67.51 | 68.46 | 51.25 | - |
| YUV | 216.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 177 | 0 | 0.12 | 0.27 | 0.05 | 31.88 | 0.7 | 0.82 |
| Hex | F1 | D3 | B1 | 0 | C | 1B | 5 | 20 | 46 | 52 |
| Octal | 361 | 323 | 261 | 0 | 14 | 33 | 5 | 40 | 106 | 122 |
| Binary | 11110001 | 11010011 | 10110001 | 0 | 1100 | 11011 | 101 | 100000 | 1000110 | 1010010 |
Color Harmonies of #F1D3B1
Complementary color
Monochromatic Colors of #F1D3B1
Black with #F1D3B1
Text Example
Text Example
White with #F1D3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D3B1; }
p { color: rgb(241,211,177); }
H1.HeaderClassName
{
color: #F1D3B1;
}
.AnyTagClassName
{
color: #F1D3B1;
}
</style>
background-color css
<style>
a { background-color: #F1D3B1; }
a { background-color: rgb(241,211,177); }
div.DivClassName
{
background-color: #F1D3B1;
}
.BgClassName
{
background-color: #F1D3B1;
}
</style>
border-color css
<style>
span { border-color: #F1D3B1; }
span { border-color: rgb(241,211,177); }
td.TdClassName
{
border-color: #F1D3B1;
}
.TagClassName
{
border-color: #F1D3B1;
}
</style>