Shades of Mandys Pink #FABA99
Tints of Mandys Pink #FABA99
RGB
CMYK
RGB Variations
Color information
#FABA99 (or 0xFABA99) is known color: Mandys Pink. HEX triplet: FA, BA and 99. RGB value is (250,186,153). Sum of RGB (Red+Green+Blue) = 250+186+153=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 153 (60.16% from 255 or 25.98% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA99 is #054566. Grayscale: #C9C9C9. Windows color (decimal): -345447 or 10074874. OLE color: 10074874.
HSL color Cylindrical-coordinate representation of color #FABA99: hue angle of 20.41º 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 #FABA99 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 153 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.02 |
| HSL | 20.41º | 0.91% | 0.79% | - |
| HSV(B) | 20.41º | 0.39% | 0.98% | - |
| XYZ | 62.73 | 57.74 | 37.98 | - |
| YUV | 201.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 153 | 0 | 0.26 | 0.39 | 0.02 | 20.41 | 0.91 | 0.79 |
| Hex | FA | BA | 99 | 0 | 1A | 27 | 2 | 14 | 5B | 4F |
| Octal | 372 | 272 | 231 | 0 | 32 | 47 | 2 | 24 | 133 | 117 |
| Binary | 11111010 | 10111010 | 10011001 | 0 | 11010 | 100111 | 10 | 10100 | 1011011 | 1001111 |
Color Harmonies of #FABA99
Complementary color
Monochromatic Colors of #FABA99
Black with #FABA99
Text Example
Text Example
White with #FABA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA99; }
p { color: rgb(250,186,153); }
H1.HeaderClassName
{
color: #FABA99;
}
.AnyTagClassName
{
color: #FABA99;
}
</style>
background-color css
<style>
a { background-color: #FABA99; }
a { background-color: rgb(250,186,153); }
div.DivClassName
{
background-color: #FABA99;
}
.BgClassName
{
background-color: #FABA99;
}
</style>
border-color css
<style>
span { border-color: #FABA99; }
span { border-color: rgb(250,186,153); }
td.TdClassName
{
border-color: #FABA99;
}
.TagClassName
{
border-color: #FABA99;
}
</style>