Shades of Mandys Pink #FAB599
Tints of Mandys Pink #FAB599
RGB
CMYK
RGB Variations
Color information
#FAB599 (or 0xFAB599) is known color: Mandys Pink. HEX triplet: FA, B5 and 99. RGB value is (250,181,153). Sum of RGB (Red+Green+Blue) = 250+181+153=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB599 is #054A66. Grayscale: #C6C6C6. Windows color (decimal): -346727 or 10073594. OLE color: 10073594.
HSL color Cylindrical-coordinate representation of color #FAB599: hue angle of 17.32º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAB599 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 153 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.02 |
| HSL | 17.32º | 0.91% | 0.79% | - |
| HSV(B) | 17.32º | 0.39% | 0.98% | - |
| XYZ | 61.7 | 55.67 | 37.63 | - |
| YUV | 198.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 153 | 0 | 0.28 | 0.39 | 0.02 | 17.32 | 0.91 | 0.79 |
| Hex | FA | B5 | 99 | 0 | 1C | 27 | 2 | 11 | 5B | 4F |
| Octal | 372 | 265 | 231 | 0 | 34 | 47 | 2 | 21 | 133 | 117 |
| Binary | 11111010 | 10110101 | 10011001 | 0 | 11100 | 100111 | 10 | 10001 | 1011011 | 1001111 |
Color Harmonies of #FAB599
Complementary color
Monochromatic Colors of #FAB599
Black with #FAB599
Text Example
Text Example
White with #FAB599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB599; }
p { color: rgb(250,181,153); }
H1.HeaderClassName
{
color: #FAB599;
}
.AnyTagClassName
{
color: #FAB599;
}
</style>
background-color css
<style>
a { background-color: #FAB599; }
a { background-color: rgb(250,181,153); }
div.DivClassName
{
background-color: #FAB599;
}
.BgClassName
{
background-color: #FAB599;
}
</style>
border-color css
<style>
span { border-color: #FAB599; }
span { border-color: rgb(250,181,153); }
td.TdClassName
{
border-color: #FAB599;
}
.TagClassName
{
border-color: #FAB599;
}
</style>