Shades of Pink Lady #F2D4BB
Tints of Pink Lady #F2D4BB
RGB
CMYK
RGB Variations
Color information
#F2D4BB (or 0xF2D4BB) is known color: Pink Lady. HEX triplet: F2, D4 and BB. RGB value is (242,212,187). Sum of RGB (Red+Green+Blue) = 242+212+187=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4BB is #0D2B44. Grayscale: #DADADA. Windows color (decimal): -863045 or 12309746. OLE color: 12309746.
HSL color Cylindrical-coordinate representation of color #F2D4BB: hue angle of 27.27º 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 #F2D4BB is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 187 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 27.27º | 0.68% | 0.84% | - |
| HSV(B) | 27.27º | 0.23% | 0.95% | - |
| XYZ | 69.13 | 69.55 | 56.8 | - |
| YUV | 218.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 187 | 0 | 0.12 | 0.23 | 0.05 | 27.27 | 0.68 | 0.84 |
| Hex | F2 | D4 | BB | 0 | C | 17 | 5 | 1B | 44 | 54 |
| Octal | 362 | 324 | 273 | 0 | 14 | 27 | 5 | 33 | 104 | 124 |
| Binary | 11110010 | 11010100 | 10111011 | 0 | 1100 | 10111 | 101 | 11011 | 1000100 | 1010100 |
Color Harmonies of #F2D4BB
Complementary color
Monochromatic Colors of #F2D4BB
Black with #F2D4BB
Text Example
Text Example
White with #F2D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4BB; }
p { color: rgb(242,212,187); }
H1.HeaderClassName
{
color: #F2D4BB;
}
.AnyTagClassName
{
color: #F2D4BB;
}
</style>
background-color css
<style>
a { background-color: #F2D4BB; }
a { background-color: rgb(242,212,187); }
div.DivClassName
{
background-color: #F2D4BB;
}
.BgClassName
{
background-color: #F2D4BB;
}
</style>
border-color css
<style>
span { border-color: #F2D4BB; }
span { border-color: rgb(242,212,187); }
td.TdClassName
{
border-color: #F2D4BB;
}
.TagClassName
{
border-color: #F2D4BB;
}
</style>