Shades of Mandys Pink #FABB96
Tints of Mandys Pink #FABB96
RGB
CMYK
RGB Variations
Color information
#FABB96 (or 0xFABB96) is known color: Mandys Pink. HEX triplet: FA, BB and 96. RGB value is (250,187,150). Sum of RGB (Red+Green+Blue) = 250+187+150=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB96 is #054469. Grayscale: #C9C9C9. Windows color (decimal): -345194 or 9878522. OLE color: 9878522.
HSL color Cylindrical-coordinate representation of color #FABB96: hue angle of 22.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FABB96 is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 150 | - |
| CMYK | 0 | 0.25 | 0.4 | 0.02 |
| HSL | 22.2º | 0.91% | 0.78% | - |
| HSV(B) | 22.2º | 0.4% | 0.98% | - |
| XYZ | 62.7 | 58.07 | 36.76 | - |
| YUV | 201.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 150 | 0 | 0.25 | 0.4 | 0.02 | 22.2 | 0.91 | 0.78 |
| Hex | FA | BB | 96 | 0 | 19 | 28 | 2 | 16 | 5B | 4E |
| Octal | 372 | 273 | 226 | 0 | 31 | 50 | 2 | 26 | 133 | 116 |
| Binary | 11111010 | 10111011 | 10010110 | 0 | 11001 | 101000 | 10 | 10110 | 1011011 | 1001110 |
Color Harmonies of #FABB96
Complementary color
Monochromatic Colors of #FABB96
Black with #FABB96
Text Example
Text Example
White with #FABB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB96; }
p { color: rgb(250,187,150); }
H1.HeaderClassName
{
color: #FABB96;
}
.AnyTagClassName
{
color: #FABB96;
}
</style>
background-color css
<style>
a { background-color: #FABB96; }
a { background-color: rgb(250,187,150); }
div.DivClassName
{
background-color: #FABB96;
}
.BgClassName
{
background-color: #FABB96;
}
</style>
border-color css
<style>
span { border-color: #FABB96; }
span { border-color: rgb(250,187,150); }
td.TdClassName
{
border-color: #FABB96;
}
.TagClassName
{
border-color: #FABB96;
}
</style>