Shades of Mandys Pink #FAB897
Tints of Mandys Pink #FAB897
RGB
CMYK
RGB Variations
Color information
#FAB897 (or 0xFAB897) is known color: Mandys Pink. HEX triplet: FA, B8 and 97. RGB value is (250,184,151). Sum of RGB (Red+Green+Blue) = 250+184+151=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB897 is #054768. Grayscale: #C8C8C8. Windows color (decimal): -345961 or 9943290. OLE color: 9943290.
HSL color Cylindrical-coordinate representation of color #FAB897: hue angle of 20º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB897 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 151 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.02 |
| HSL | 20º | 0.91% | 0.79% | - |
| HSV(B) | 20º | 0.4% | 0.98% | - |
| XYZ | 62.15 | 56.84 | 36.97 | - |
| YUV | 199.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 151 | 0 | 0.26 | 0.40 | 0.02 | 20 | 0.91 | 0.79 |
| Hex | FA | B8 | 97 | 0 | 1A | 28 | 2 | 14 | 5B | 4F |
| Octal | 372 | 270 | 227 | 0 | 32 | 50 | 2 | 24 | 133 | 117 |
| Binary | 11111010 | 10111000 | 10010111 | 0 | 11010 | 101000 | 10 | 10100 | 1011011 | 1001111 |
Color Harmonies of #FAB897
Complementary color
Monochromatic Colors of #FAB897
Black with #FAB897
Text Example
Text Example
White with #FAB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB897; }
p { color: rgb(250,184,151); }
H1.HeaderClassName
{
color: #FAB897;
}
.AnyTagClassName
{
color: #FAB897;
}
</style>
background-color css
<style>
a { background-color: #FAB897; }
a { background-color: rgb(250,184,151); }
div.DivClassName
{
background-color: #FAB897;
}
.BgClassName
{
background-color: #FAB897;
}
</style>
border-color css
<style>
span { border-color: #FAB897; }
span { border-color: rgb(250,184,151); }
td.TdClassName
{
border-color: #FAB897;
}
.TagClassName
{
border-color: #FAB897;
}
</style>