Shades of Mandys Pink #FABEA2
Tints of Mandys Pink #FABEA2
RGB
CMYK
RGB Variations
Color information
#FABEA2 (or 0xFABEA2) is known color: Mandys Pink. HEX triplet: FA, BE and A2. RGB value is (250,190,162). Sum of RGB (Red+Green+Blue) = 250+190+162=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FABEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABEA2 is #05415D. Grayscale: #CCCCCC. Windows color (decimal): -344414 or 10665722. OLE color: 10665722.
HSL color Cylindrical-coordinate representation of color #FABEA2: hue angle of 19.09º 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 #FABEA2 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 190 | 162 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.02 |
| HSL | 19.09º | 0.9% | 0.81% | - |
| HSV(B) | 19.09º | 0.35% | 0.98% | - |
| XYZ | 64.36 | 59.76 | 42.33 | - |
| YUV | 204.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 162 | 0 | 0.24 | 0.35 | 0.02 | 19.09 | 0.9 | 0.81 |
| Hex | FA | BE | A2 | 0 | 18 | 23 | 2 | 13 | 5A | 51 |
| Octal | 372 | 276 | 242 | 0 | 30 | 43 | 2 | 23 | 132 | 121 |
| Binary | 11111010 | 10111110 | 10100010 | 0 | 11000 | 100011 | 10 | 10011 | 1011010 | 1010001 |
Color Harmonies of #FABEA2
Complementary color
Monochromatic Colors of #FABEA2
Black with #FABEA2
Text Example
Text Example
White with #FABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEA2; }
p { color: rgb(250,190,162); }
H1.HeaderClassName
{
color: #FABEA2;
}
.AnyTagClassName
{
color: #FABEA2;
}
</style>
background-color css
<style>
a { background-color: #FABEA2; }
a { background-color: rgb(250,190,162); }
div.DivClassName
{
background-color: #FABEA2;
}
.BgClassName
{
background-color: #FABEA2;
}
</style>
border-color css
<style>
span { border-color: #FABEA2; }
span { border-color: rgb(250,190,162); }
td.TdClassName
{
border-color: #FABEA2;
}
.TagClassName
{
border-color: #FABEA2;
}
</style>