Shades of Pink Lady #F1D6BB
Tints of Pink Lady #F1D6BB
RGB
CMYK
RGB Variations
Color information
#F1D6BB (or 0xF1D6BB) is known color: Pink Lady. HEX triplet: F1, D6 and BB. RGB value is (241,214,187). Sum of RGB (Red+Green+Blue) = 241+214+187=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6BB is #0E2944. Grayscale: #DBDBDB. Windows color (decimal): -928069 or 12310257. OLE color: 12310257.
HSL color Cylindrical-coordinate representation of color #F1D6BB: hue angle of 30º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D6BB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 187 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.05 |
| HSL | 30º | 0.66% | 0.84% | - |
| HSV(B) | 30º | 0.22% | 0.95% | - |
| XYZ | 69.29 | 70.38 | 56.95 | - |
| YUV | 219 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 187 | 0 | 0.11 | 0.22 | 0.05 | 30 | 0.66 | 0.84 |
| Hex | F1 | D6 | BB | 0 | B | 16 | 5 | 1E | 42 | 54 |
| Octal | 361 | 326 | 273 | 0 | 13 | 26 | 5 | 36 | 102 | 124 |
| Binary | 11110001 | 11010110 | 10111011 | 0 | 1011 | 10110 | 101 | 11110 | 1000010 | 1010100 |
Color Harmonies of #F1D6BB
Complementary color
Monochromatic Colors of #F1D6BB
Black with #F1D6BB
Text Example
Text Example
White with #F1D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D6BB; }
p { color: rgb(241,214,187); }
H1.HeaderClassName
{
color: #F1D6BB;
}
.AnyTagClassName
{
color: #F1D6BB;
}
</style>
background-color css
<style>
a { background-color: #F1D6BB; }
a { background-color: rgb(241,214,187); }
div.DivClassName
{
background-color: #F1D6BB;
}
.BgClassName
{
background-color: #F1D6BB;
}
</style>
border-color css
<style>
span { border-color: #F1D6BB; }
span { border-color: rgb(241,214,187); }
td.TdClassName
{
border-color: #F1D6BB;
}
.TagClassName
{
border-color: #F1D6BB;
}
</style>