Shades of Mandys Pink #FABAA3
Tints of Mandys Pink #FABAA3
RGB
CMYK
RGB Variations
Color information
#FABAA3 (or 0xFABAA3) is known color: Mandys Pink. HEX triplet: FA, BA and A3. RGB value is (250,186,163). Sum of RGB (Red+Green+Blue) = 250+186+163=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA3 is #05455C. Grayscale: #CACACA. Windows color (decimal): -345437 or 10730234. OLE color: 10730234.
HSL color Cylindrical-coordinate representation of color #FABAA3: hue angle of 15.86º 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 #FABAA3 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 163 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.02 |
| HSL | 15.86º | 0.9% | 0.81% | - |
| HSV(B) | 15.86º | 0.35% | 0.98% | - |
| XYZ | 63.59 | 58.09 | 42.51 | - |
| YUV | 202.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 163 | 0 | 0.26 | 0.35 | 0.02 | 15.86 | 0.9 | 0.81 |
| Hex | FA | BA | A3 | 0 | 1A | 23 | 2 | 10 | 5A | 51 |
| Octal | 372 | 272 | 243 | 0 | 32 | 43 | 2 | 20 | 132 | 121 |
| Binary | 11111010 | 10111010 | 10100011 | 0 | 11010 | 100011 | 10 | 10000 | 1011010 | 1010001 |
Color Harmonies of #FABAA3
Complementary color
Monochromatic Colors of #FABAA3
Black with #FABAA3
Text Example
Text Example
White with #FABAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA3; }
p { color: rgb(250,186,163); }
H1.HeaderClassName
{
color: #FABAA3;
}
.AnyTagClassName
{
color: #FABAA3;
}
</style>
background-color css
<style>
a { background-color: #FABAA3; }
a { background-color: rgb(250,186,163); }
div.DivClassName
{
background-color: #FABAA3;
}
.BgClassName
{
background-color: #FABAA3;
}
</style>
border-color css
<style>
span { border-color: #FABAA3; }
span { border-color: rgb(250,186,163); }
td.TdClassName
{
border-color: #FABAA3;
}
.TagClassName
{
border-color: #FABAA3;
}
</style>