Shades of Pink Lady #F2D8BC
Tints of Pink Lady #F2D8BC
RGB
CMYK
RGB Variations
Color information
#F2D8BC (or 0xF2D8BC) is known color: Pink Lady. HEX triplet: F2, D8 and BC. RGB value is (242,216,188). Sum of RGB (Red+Green+Blue) = 242+216+188=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8BC is #0D2743. Grayscale: #DCDCDC. Windows color (decimal): -862020 or 12376306. OLE color: 12376306.
HSL color Cylindrical-coordinate representation of color #F2D8BC: hue angle of 31.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2D8BC is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 188 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.05 |
| HSL | 31.11º | 0.68% | 0.84% | - |
| HSV(B) | 31.11º | 0.22% | 0.95% | - |
| XYZ | 70.25 | 71.62 | 57.7 | - |
| YUV | 220.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 188 | 0 | 0.11 | 0.22 | 0.05 | 31.11 | 0.68 | 0.84 |
| Hex | F2 | D8 | BC | 0 | B | 16 | 5 | 1F | 44 | 54 |
| Octal | 362 | 330 | 274 | 0 | 13 | 26 | 5 | 37 | 104 | 124 |
| Binary | 11110010 | 11011000 | 10111100 | 0 | 1011 | 10110 | 101 | 11111 | 1000100 | 1010100 |
Color Harmonies of #F2D8BC
Complementary color
Monochromatic Colors of #F2D8BC
Black with #F2D8BC
Text Example
Text Example
White with #F2D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8BC; }
p { color: rgb(242,216,188); }
H1.HeaderClassName
{
color: #F2D8BC;
}
.AnyTagClassName
{
color: #F2D8BC;
}
</style>
background-color css
<style>
a { background-color: #F2D8BC; }
a { background-color: rgb(242,216,188); }
div.DivClassName
{
background-color: #F2D8BC;
}
.BgClassName
{
background-color: #F2D8BC;
}
</style>
border-color css
<style>
span { border-color: #F2D8BC; }
span { border-color: rgb(242,216,188); }
td.TdClassName
{
border-color: #F2D8BC;
}
.TagClassName
{
border-color: #F2D8BC;
}
</style>