Shades of Mandys Pink #FABAA2
Tints of Mandys Pink #FABAA2
RGB
CMYK
RGB Variations
Color information
#FABAA2 (or 0xFABAA2) is known color: Mandys Pink. HEX triplet: FA, BA and A2. RGB value is (250,186,162). Sum of RGB (Red+Green+Blue) = 250+186+162=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA2 is #05455D. Grayscale: #CACACA. Windows color (decimal): -345438 or 10664698. OLE color: 10664698.
HSL color Cylindrical-coordinate representation of color #FABAA2: hue angle of 16.36º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FABAA2 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 162 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.02 |
| HSL | 16.36º | 0.9% | 0.81% | - |
| HSV(B) | 16.36º | 0.35% | 0.98% | - |
| XYZ | 63.5 | 58.05 | 42.04 | - |
| YUV | 202.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 162 | 0 | 0.26 | 0.35 | 0.02 | 16.36 | 0.9 | 0.81 |
| Hex | FA | BA | A2 | 0 | 1A | 23 | 2 | 10 | 5A | 51 |
| Octal | 372 | 272 | 242 | 0 | 32 | 43 | 2 | 20 | 132 | 121 |
| Binary | 11111010 | 10111010 | 10100010 | 0 | 11010 | 100011 | 10 | 10000 | 1011010 | 1010001 |
Color Harmonies of #FABAA2
Complementary color
Monochromatic Colors of #FABAA2
Black with #FABAA2
Text Example
Text Example
White with #FABAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA2; }
p { color: rgb(250,186,162); }
H1.HeaderClassName
{
color: #FABAA2;
}
.AnyTagClassName
{
color: #FABAA2;
}
</style>
background-color css
<style>
a { background-color: #FABAA2; }
a { background-color: rgb(250,186,162); }
div.DivClassName
{
background-color: #FABAA2;
}
.BgClassName
{
background-color: #FABAA2;
}
</style>
border-color css
<style>
span { border-color: #FABAA2; }
span { border-color: rgb(250,186,162); }
td.TdClassName
{
border-color: #FABAA2;
}
.TagClassName
{
border-color: #FABAA2;
}
</style>