Shades of Mandys Pink #FABB99
Tints of Mandys Pink #FABB99
RGB
CMYK
RGB Variations
Color information
#FABB99 (or 0xFABB99) is known color: Mandys Pink. HEX triplet: FA, BB and 99. RGB value is (250,187,153). Sum of RGB (Red+Green+Blue) = 250+187+153=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB99 is #054466. Grayscale: #CACACA. Windows color (decimal): -345191 or 10075130. OLE color: 10075130.
HSL color Cylindrical-coordinate representation of color #FABB99: hue angle of 21.03º 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 #FABB99 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 153 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.02 |
| HSL | 21.03º | 0.91% | 0.79% | - |
| HSV(B) | 21.03º | 0.39% | 0.98% | - |
| XYZ | 62.94 | 58.16 | 38.05 | - |
| YUV | 201.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 153 | 0 | 0.25 | 0.39 | 0.02 | 21.03 | 0.91 | 0.79 |
| Hex | FA | BB | 99 | 0 | 19 | 27 | 2 | 15 | 5B | 4F |
| Octal | 372 | 273 | 231 | 0 | 31 | 47 | 2 | 25 | 133 | 117 |
| Binary | 11111010 | 10111011 | 10011001 | 0 | 11001 | 100111 | 10 | 10101 | 1011011 | 1001111 |
Color Harmonies of #FABB99
Complementary color
Monochromatic Colors of #FABB99
Black with #FABB99
Text Example
Text Example
White with #FABB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB99; }
p { color: rgb(250,187,153); }
H1.HeaderClassName
{
color: #FABB99;
}
.AnyTagClassName
{
color: #FABB99;
}
</style>
background-color css
<style>
a { background-color: #FABB99; }
a { background-color: rgb(250,187,153); }
div.DivClassName
{
background-color: #FABB99;
}
.BgClassName
{
background-color: #FABB99;
}
</style>
border-color css
<style>
span { border-color: #FABB99; }
span { border-color: rgb(250,187,153); }
td.TdClassName
{
border-color: #FABB99;
}
.TagClassName
{
border-color: #FABB99;
}
</style>