Shades of Pink Lady #F2DABB
Tints of Pink Lady #F2DABB
RGB
CMYK
RGB Variations
Color information
#F2DABB (or 0xF2DABB) is known color: Pink Lady. HEX triplet: F2, DA and BB. RGB value is (242,218,187). Sum of RGB (Red+Green+Blue) = 242+218+187=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DABB is #0D2544. Grayscale: #DDDDDD. Windows color (decimal): -861509 or 12311282. OLE color: 12311282.
HSL color Cylindrical-coordinate representation of color #F2DABB: hue angle of 33.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2DABB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 187 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.05 |
| HSL | 33.82º | 0.68% | 0.84% | - |
| HSV(B) | 33.82º | 0.23% | 0.95% | - |
| XYZ | 70.66 | 72.61 | 57.3 | - |
| YUV | 221.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 187 | 0 | 0.10 | 0.23 | 0.05 | 33.82 | 0.68 | 0.84 |
| Hex | F2 | DA | BB | 0 | A | 17 | 5 | 22 | 44 | 54 |
| Octal | 362 | 332 | 273 | 0 | 12 | 27 | 5 | 42 | 104 | 124 |
| Binary | 11110010 | 11011010 | 10111011 | 0 | 1010 | 10111 | 101 | 100010 | 1000100 | 1010100 |
Color Harmonies of #F2DABB
Complementary color
Monochromatic Colors of #F2DABB
Black with #F2DABB
Text Example
Text Example
White with #F2DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DABB; }
p { color: rgb(242,218,187); }
H1.HeaderClassName
{
color: #F2DABB;
}
.AnyTagClassName
{
color: #F2DABB;
}
</style>
background-color css
<style>
a { background-color: #F2DABB; }
a { background-color: rgb(242,218,187); }
div.DivClassName
{
background-color: #F2DABB;
}
.BgClassName
{
background-color: #F2DABB;
}
</style>
border-color css
<style>
span { border-color: #F2DABB; }
span { border-color: rgb(242,218,187); }
td.TdClassName
{
border-color: #F2DABB;
}
.TagClassName
{
border-color: #F2DABB;
}
</style>