Shades of Mandys Pink #FAB490
Tints of Mandys Pink #FAB490
RGB
CMYK
RGB Variations
Color information
#FAB490 (or 0xFAB490) is known color: Mandys Pink. HEX triplet: FA, B4 and 90. RGB value is (250,180,144). Sum of RGB (Red+Green+Blue) = 250+180+144=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB490 is #054B6F. Grayscale: #C5C5C5. Windows color (decimal): -346992 or 9483514. OLE color: 9483514.
HSL color Cylindrical-coordinate representation of color #FAB490: hue angle of 20.38º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAB490 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 144 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.02 |
| HSL | 20.38º | 0.91% | 0.77% | - |
| HSV(B) | 20.38º | 0.42% | 0.98% | - |
| XYZ | 60.78 | 54.98 | 33.79 | - |
| YUV | 196.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 144 | 0 | 0.28 | 0.42 | 0.02 | 20.38 | 0.91 | 0.77 |
| Hex | FA | B4 | 90 | 0 | 1C | 2A | 2 | 14 | 5B | 4D |
| Octal | 372 | 264 | 220 | 0 | 34 | 52 | 2 | 24 | 133 | 115 |
| Binary | 11111010 | 10110100 | 10010000 | 0 | 11100 | 101010 | 10 | 10100 | 1011011 | 1001101 |
Color Harmonies of #FAB490
Complementary color
Monochromatic Colors of #FAB490
Black with #FAB490
Text Example
Text Example
White with #FAB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB490; }
p { color: rgb(250,180,144); }
H1.HeaderClassName
{
color: #FAB490;
}
.AnyTagClassName
{
color: #FAB490;
}
</style>
background-color css
<style>
a { background-color: #FAB490; }
a { background-color: rgb(250,180,144); }
div.DivClassName
{
background-color: #FAB490;
}
.BgClassName
{
background-color: #FAB490;
}
</style>
border-color css
<style>
span { border-color: #FAB490; }
span { border-color: rgb(250,180,144); }
td.TdClassName
{
border-color: #FAB490;
}
.TagClassName
{
border-color: #FAB490;
}
</style>