Shades of Pink Lady #F1D7B3
Tints of Pink Lady #F1D7B3
RGB
CMYK
RGB Variations
Color information
#F1D7B3 (or 0xF1D7B3) is known color: Pink Lady. HEX triplet: F1, D7 and B3. RGB value is (241,215,179). Sum of RGB (Red+Green+Blue) = 241+215+179=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7B3 is #0E284C. Grayscale: #DADADA. Windows color (decimal): -927821 or 11786225. OLE color: 11786225.
HSL color Cylindrical-coordinate representation of color #F1D7B3: hue angle of 34.84º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1D7B3 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 179 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.05 |
| HSL | 34.84º | 0.69% | 0.82% | - |
| HSV(B) | 34.84º | 0.26% | 0.95% | - |
| XYZ | 68.71 | 70.56 | 52.65 | - |
| YUV | 218.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 179 | 0 | 0.11 | 0.26 | 0.05 | 34.84 | 0.69 | 0.82 |
| Hex | F1 | D7 | B3 | 0 | B | 1A | 5 | 23 | 45 | 52 |
| Octal | 361 | 327 | 263 | 0 | 13 | 32 | 5 | 43 | 105 | 122 |
| Binary | 11110001 | 11010111 | 10110011 | 0 | 1011 | 11010 | 101 | 100011 | 1000101 | 1010010 |
Color Harmonies of #F1D7B3
Complementary color
Monochromatic Colors of #F1D7B3
Black with #F1D7B3
Text Example
Text Example
White with #F1D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7B3; }
p { color: rgb(241,215,179); }
H1.HeaderClassName
{
color: #F1D7B3;
}
.AnyTagClassName
{
color: #F1D7B3;
}
</style>
background-color css
<style>
a { background-color: #F1D7B3; }
a { background-color: rgb(241,215,179); }
div.DivClassName
{
background-color: #F1D7B3;
}
.BgClassName
{
background-color: #F1D7B3;
}
</style>
border-color css
<style>
span { border-color: #F1D7B3; }
span { border-color: rgb(241,215,179); }
td.TdClassName
{
border-color: #F1D7B3;
}
.TagClassName
{
border-color: #F1D7B3;
}
</style>