Shades of Mandys Pink #FAB491
Tints of Mandys Pink #FAB491
RGB
CMYK
RGB Variations
Color information
#FAB491 (or 0xFAB491) is known color: Mandys Pink. HEX triplet: FA, B4 and 91. RGB value is (250,180,145). Sum of RGB (Red+Green+Blue) = 250+180+145=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB491 is #054B6E. Grayscale: #C5C5C5. Windows color (decimal): -346991 or 9549050. OLE color: 9549050.
HSL color Cylindrical-coordinate representation of color #FAB491: hue angle of 20º 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 #FAB491 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 145 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.02 |
| HSL | 20º | 0.91% | 0.77% | - |
| HSV(B) | 20º | 0.42% | 0.98% | - |
| XYZ | 60.86 | 55.01 | 34.2 | - |
| YUV | 196.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 145 | 0 | 0.28 | 0.42 | 0.02 | 20 | 0.91 | 0.77 |
| Hex | FA | B4 | 91 | 0 | 1C | 2A | 2 | 14 | 5B | 4D |
| Octal | 372 | 264 | 221 | 0 | 34 | 52 | 2 | 24 | 133 | 115 |
| Binary | 11111010 | 10110100 | 10010001 | 0 | 11100 | 101010 | 10 | 10100 | 1011011 | 1001101 |
Color Harmonies of #FAB491
Complementary color
Monochromatic Colors of #FAB491
Black with #FAB491
Text Example
Text Example
White with #FAB491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB491; }
p { color: rgb(250,180,145); }
H1.HeaderClassName
{
color: #FAB491;
}
.AnyTagClassName
{
color: #FAB491;
}
</style>
background-color css
<style>
a { background-color: #FAB491; }
a { background-color: rgb(250,180,145); }
div.DivClassName
{
background-color: #FAB491;
}
.BgClassName
{
background-color: #FAB491;
}
</style>
border-color css
<style>
span { border-color: #FAB491; }
span { border-color: rgb(250,180,145); }
td.TdClassName
{
border-color: #FAB491;
}
.TagClassName
{
border-color: #FAB491;
}
</style>