Shades of Mandys Pink #FABB95
Tints of Mandys Pink #FABB95
RGB
CMYK
RGB Variations
Color information
#FABB95 (or 0xFABB95) is known color: Mandys Pink. HEX triplet: FA, BB and 95. RGB value is (250,187,149). Sum of RGB (Red+Green+Blue) = 250+187+149=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB95 is #05446A. Grayscale: #C9C9C9. Windows color (decimal): -345195 or 9812986. OLE color: 9812986.
HSL color Cylindrical-coordinate representation of color #FABB95: hue angle of 22.57º 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 #FABB95 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 149 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.02 |
| HSL | 22.57º | 0.91% | 0.78% | - |
| HSV(B) | 22.57º | 0.4% | 0.98% | - |
| XYZ | 62.62 | 58.03 | 36.34 | - |
| YUV | 201.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 149 | 0 | 0.25 | 0.40 | 0.02 | 22.57 | 0.91 | 0.78 |
| Hex | FA | BB | 95 | 0 | 19 | 28 | 2 | 17 | 5B | 4E |
| Octal | 372 | 273 | 225 | 0 | 31 | 50 | 2 | 27 | 133 | 116 |
| Binary | 11111010 | 10111011 | 10010101 | 0 | 11001 | 101000 | 10 | 10111 | 1011011 | 1001110 |
Color Harmonies of #FABB95
Complementary color
Monochromatic Colors of #FABB95
Black with #FABB95
Text Example
Text Example
White with #FABB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB95; }
p { color: rgb(250,187,149); }
H1.HeaderClassName
{
color: #FABB95;
}
.AnyTagClassName
{
color: #FABB95;
}
</style>
background-color css
<style>
a { background-color: #FABB95; }
a { background-color: rgb(250,187,149); }
div.DivClassName
{
background-color: #FABB95;
}
.BgClassName
{
background-color: #FABB95;
}
</style>
border-color css
<style>
span { border-color: #FABB95; }
span { border-color: rgb(250,187,149); }
td.TdClassName
{
border-color: #FABB95;
}
.TagClassName
{
border-color: #FABB95;
}
</style>