Shades of Pink Lady #F1D1B4
Tints of Pink Lady #F1D1B4
RGB
CMYK
RGB Variations
Color information
#F1D1B4 (or 0xF1D1B4) is known color: Pink Lady. HEX triplet: F1, D1 and B4. RGB value is (241,209,180). Sum of RGB (Red+Green+Blue) = 241+209+180=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1B4 is #0E2E4B. Grayscale: #D7D7D7. Windows color (decimal): -929356 or 11850225. OLE color: 11850225.
HSL color Cylindrical-coordinate representation of color #F1D1B4: hue angle of 28.52º degrees, saturation: 0.69, 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 #F1D1B4 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 180 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.05 |
| HSL | 28.52º | 0.69% | 0.83% | - |
| HSV(B) | 28.52º | 0.25% | 0.95% | - |
| XYZ | 67.31 | 67.6 | 52.68 | - |
| YUV | 215.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 180 | 0 | 0.13 | 0.25 | 0.05 | 28.52 | 0.69 | 0.83 |
| Hex | F1 | D1 | B4 | 0 | D | 19 | 5 | 1D | 45 | 53 |
| Octal | 361 | 321 | 264 | 0 | 15 | 31 | 5 | 35 | 105 | 123 |
| Binary | 11110001 | 11010001 | 10110100 | 0 | 1101 | 11001 | 101 | 11101 | 1000101 | 1010011 |
Color Harmonies of #F1D1B4
Complementary color
Monochromatic Colors of #F1D1B4
Black with #F1D1B4
Text Example
Text Example
White with #F1D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1B4; }
p { color: rgb(241,209,180); }
H1.HeaderClassName
{
color: #F1D1B4;
}
.AnyTagClassName
{
color: #F1D1B4;
}
</style>
background-color css
<style>
a { background-color: #F1D1B4; }
a { background-color: rgb(241,209,180); }
div.DivClassName
{
background-color: #F1D1B4;
}
.BgClassName
{
background-color: #F1D1B4;
}
</style>
border-color css
<style>
span { border-color: #F1D1B4; }
span { border-color: rgb(241,209,180); }
td.TdClassName
{
border-color: #F1D1B4;
}
.TagClassName
{
border-color: #F1D1B4;
}
</style>