Shades of Mandys Pink #F4BDA2
Tints of Mandys Pink #F4BDA2
RGB
CMYK
RGB Variations
Color information
#F4BDA2 (or 0xF4BDA2) is known color: Mandys Pink. HEX triplet: F4, BD and A2. RGB value is (244,189,162). Sum of RGB (Red+Green+Blue) = 244+189+162=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BDA2 is #0B425D. Grayscale: #CACACA. Windows color (decimal): -737886 or 10665460. OLE color: 10665460.
HSL color Cylindrical-coordinate representation of color #F4BDA2: hue angle of 19.76º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4BDA2 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 162 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.04 |
| HSL | 19.76º | 0.79% | 0.8% | - |
| HSV(B) | 19.76º | 0.34% | 0.96% | - |
| XYZ | 62.03 | 58.24 | 42.15 | - |
| YUV | 202.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 162 | 0 | 0.23 | 0.34 | 0.04 | 19.76 | 0.79 | 0.8 |
| Hex | F4 | BD | A2 | 0 | 17 | 22 | 4 | 14 | 4F | 50 |
| Octal | 364 | 275 | 242 | 0 | 27 | 42 | 4 | 24 | 117 | 120 |
| Binary | 11110100 | 10111101 | 10100010 | 0 | 10111 | 100010 | 100 | 10100 | 1001111 | 1010000 |
Color Harmonies of #F4BDA2
Complementary color
Monochromatic Colors of #F4BDA2
Black with #F4BDA2
Text Example
Text Example
White with #F4BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDA2; }
p { color: rgb(244,189,162); }
H1.HeaderClassName
{
color: #F4BDA2;
}
.AnyTagClassName
{
color: #F4BDA2;
}
</style>
background-color css
<style>
a { background-color: #F4BDA2; }
a { background-color: rgb(244,189,162); }
div.DivClassName
{
background-color: #F4BDA2;
}
.BgClassName
{
background-color: #F4BDA2;
}
</style>
border-color css
<style>
span { border-color: #F4BDA2; }
span { border-color: rgb(244,189,162); }
td.TdClassName
{
border-color: #F4BDA2;
}
.TagClassName
{
border-color: #F4BDA2;
}
</style>