Shades of Pink Lady #F2D5BB
Tints of Pink Lady #F2D5BB
RGB
CMYK
RGB Variations
Color information
#F2D5BB (or 0xF2D5BB) is known color: Pink Lady. HEX triplet: F2, D5 and BB. RGB value is (242,213,187). Sum of RGB (Red+Green+Blue) = 242+213+187=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5BB is #0D2A44. Grayscale: #DADADA. Windows color (decimal): -862789 or 12310002. OLE color: 12310002.
HSL color Cylindrical-coordinate representation of color #F2D5BB: hue angle of 28.36º 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 #F2D5BB is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 187 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 28.36º | 0.68% | 0.84% | - |
| HSV(B) | 28.36º | 0.23% | 0.95% | - |
| XYZ | 69.38 | 70.05 | 56.88 | - |
| YUV | 218.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 187 | 0 | 0.12 | 0.23 | 0.05 | 28.36 | 0.68 | 0.84 |
| Hex | F2 | D5 | BB | 0 | C | 17 | 5 | 1C | 44 | 54 |
| Octal | 362 | 325 | 273 | 0 | 14 | 27 | 5 | 34 | 104 | 124 |
| Binary | 11110010 | 11010101 | 10111011 | 0 | 1100 | 10111 | 101 | 11100 | 1000100 | 1010100 |
Color Harmonies of #F2D5BB
Complementary color
Monochromatic Colors of #F2D5BB
Black with #F2D5BB
Text Example
Text Example
White with #F2D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5BB; }
p { color: rgb(242,213,187); }
H1.HeaderClassName
{
color: #F2D5BB;
}
.AnyTagClassName
{
color: #F2D5BB;
}
</style>
background-color css
<style>
a { background-color: #F2D5BB; }
a { background-color: rgb(242,213,187); }
div.DivClassName
{
background-color: #F2D5BB;
}
.BgClassName
{
background-color: #F2D5BB;
}
</style>
border-color css
<style>
span { border-color: #F2D5BB; }
span { border-color: rgb(242,213,187); }
td.TdClassName
{
border-color: #F2D5BB;
}
.TagClassName
{
border-color: #F2D5BB;
}
</style>