Shades of Pink Lady #F0D6BB
Tints of Pink Lady #F0D6BB
RGB
CMYK
RGB Variations
Color information
#F0D6BB (or 0xF0D6BB) is known color: Pink Lady. HEX triplet: F0, D6 and BB. RGB value is (240,214,187). Sum of RGB (Red+Green+Blue) = 240+214+187=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6BB is #0F2944. Grayscale: #DADADA. Windows color (decimal): -993605 or 12310256. OLE color: 12310256.
HSL color Cylindrical-coordinate representation of color #F0D6BB: hue angle of 30.57º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0D6BB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 187 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.06 |
| HSL | 30.57º | 0.64% | 0.84% | - |
| HSV(B) | 30.57º | 0.22% | 0.94% | - |
| XYZ | 68.95 | 70.21 | 56.93 | - |
| YUV | 218.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 187 | 0 | 0.11 | 0.22 | 0.06 | 30.57 | 0.64 | 0.84 |
| Hex | F0 | D6 | BB | 0 | B | 16 | 6 | 1F | 40 | 54 |
| Octal | 360 | 326 | 273 | 0 | 13 | 26 | 6 | 37 | 100 | 124 |
| Binary | 11110000 | 11010110 | 10111011 | 0 | 1011 | 10110 | 110 | 11111 | 1000000 | 1010100 |
Color Harmonies of #F0D6BB
Complementary color
Monochromatic Colors of #F0D6BB
Black with #F0D6BB
Text Example
Text Example
White with #F0D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6BB; }
p { color: rgb(240,214,187); }
H1.HeaderClassName
{
color: #F0D6BB;
}
.AnyTagClassName
{
color: #F0D6BB;
}
</style>
background-color css
<style>
a { background-color: #F0D6BB; }
a { background-color: rgb(240,214,187); }
div.DivClassName
{
background-color: #F0D6BB;
}
.BgClassName
{
background-color: #F0D6BB;
}
</style>
border-color css
<style>
span { border-color: #F0D6BB; }
span { border-color: rgb(240,214,187); }
td.TdClassName
{
border-color: #F0D6BB;
}
.TagClassName
{
border-color: #F0D6BB;
}
</style>