Shades of Pink Lady #F2D5BA
Tints of Pink Lady #F2D5BA
RGB
CMYK
RGB Variations
Color information
#F2D5BA (or 0xF2D5BA) is known color: Pink Lady. HEX triplet: F2, D5 and BA. RGB value is (242,213,186). Sum of RGB (Red+Green+Blue) = 242+213+186=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5BA is #0D2A45. Grayscale: #DADADA. Windows color (decimal): -862790 or 12244466. OLE color: 12244466.
HSL color Cylindrical-coordinate representation of color #F2D5BA: hue angle of 28.93º 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 #F2D5BA is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 186 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.05 |
| HSL | 28.93º | 0.68% | 0.84% | - |
| HSV(B) | 28.93º | 0.23% | 0.95% | - |
| XYZ | 69.28 | 70.01 | 56.32 | - |
| YUV | 218.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 186 | 0 | 0.12 | 0.23 | 0.05 | 28.93 | 0.68 | 0.84 |
| Hex | F2 | D5 | BA | 0 | C | 17 | 5 | 1D | 44 | 54 |
| Octal | 362 | 325 | 272 | 0 | 14 | 27 | 5 | 35 | 104 | 124 |
| Binary | 11110010 | 11010101 | 10111010 | 0 | 1100 | 10111 | 101 | 11101 | 1000100 | 1010100 |
Color Harmonies of #F2D5BA
Complementary color
Monochromatic Colors of #F2D5BA
Black with #F2D5BA
Text Example
Text Example
White with #F2D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5BA; }
p { color: rgb(242,213,186); }
H1.HeaderClassName
{
color: #F2D5BA;
}
.AnyTagClassName
{
color: #F2D5BA;
}
</style>
background-color css
<style>
a { background-color: #F2D5BA; }
a { background-color: rgb(242,213,186); }
div.DivClassName
{
background-color: #F2D5BA;
}
.BgClassName
{
background-color: #F2D5BA;
}
</style>
border-color css
<style>
span { border-color: #F2D5BA; }
span { border-color: rgb(242,213,186); }
td.TdClassName
{
border-color: #F2D5BA;
}
.TagClassName
{
border-color: #F2D5BA;
}
</style>