Shades of Mandys Pink #FAB59D
Tints of Mandys Pink #FAB59D
RGB
CMYK
RGB Variations
Color information
#FAB59D (or 0xFAB59D) is known color: Mandys Pink. HEX triplet: FA, B5 and 9D. RGB value is (250,181,157). Sum of RGB (Red+Green+Blue) = 250+181+157=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB59D is #054A62. Grayscale: #C7C7C7. Windows color (decimal): -346723 or 10335738. OLE color: 10335738.
HSL color Cylindrical-coordinate representation of color #FAB59D: hue angle of 15.48º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAB59D is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 157 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.02 |
| HSL | 15.48º | 0.9% | 0.8% | - |
| HSV(B) | 15.48º | 0.37% | 0.98% | - |
| XYZ | 62.03 | 55.81 | 39.4 | - |
| YUV | 198.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 157 | 0 | 0.28 | 0.37 | 0.02 | 15.48 | 0.9 | 0.8 |
| Hex | FA | B5 | 9D | 0 | 1C | 25 | 2 | F | 5A | 50 |
| Octal | 372 | 265 | 235 | 0 | 34 | 45 | 2 | 17 | 132 | 120 |
| Binary | 11111010 | 10110101 | 10011101 | 0 | 11100 | 100101 | 10 | 1111 | 1011010 | 1010000 |
Color Harmonies of #FAB59D
Complementary color
Monochromatic Colors of #FAB59D
Black with #FAB59D
Text Example
Text Example
White with #FAB59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB59D; }
p { color: rgb(250,181,157); }
H1.HeaderClassName
{
color: #FAB59D;
}
.AnyTagClassName
{
color: #FAB59D;
}
</style>
background-color css
<style>
a { background-color: #FAB59D; }
a { background-color: rgb(250,181,157); }
div.DivClassName
{
background-color: #FAB59D;
}
.BgClassName
{
background-color: #FAB59D;
}
</style>
border-color css
<style>
span { border-color: #FAB59D; }
span { border-color: rgb(250,181,157); }
td.TdClassName
{
border-color: #FAB59D;
}
.TagClassName
{
border-color: #FAB59D;
}
</style>