Shades of Mandys Pink #FABA95
Tints of Mandys Pink #FABA95
RGB
CMYK
RGB Variations
Color information
#FABA95 (or 0xFABA95) is known color: Mandys Pink. HEX triplet: FA, BA and 95. RGB value is (250,186,149). Sum of RGB (Red+Green+Blue) = 250+186+149=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA95 is #05456A. Grayscale: #C9C9C9. Windows color (decimal): -345451 or 9812730. OLE color: 9812730.
HSL color Cylindrical-coordinate representation of color #FABA95: hue angle of 21.98º 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 #FABA95 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 149 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.02 |
| HSL | 21.98º | 0.91% | 0.78% | - |
| HSV(B) | 21.98º | 0.4% | 0.98% | - |
| XYZ | 62.41 | 57.61 | 36.26 | - |
| YUV | 200.92 | 98.7 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 149 | 0 | 0.26 | 0.40 | 0.02 | 21.98 | 0.91 | 0.78 |
| Hex | FA | BA | 95 | 0 | 1A | 28 | 2 | 16 | 5B | 4E |
| Octal | 372 | 272 | 225 | 0 | 32 | 50 | 2 | 26 | 133 | 116 |
| Binary | 11111010 | 10111010 | 10010101 | 0 | 11010 | 101000 | 10 | 10110 | 1011011 | 1001110 |
Color Harmonies of #FABA95
Complementary color
Monochromatic Colors of #FABA95
Black with #FABA95
Text Example
Text Example
White with #FABA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA95; }
p { color: rgb(250,186,149); }
H1.HeaderClassName
{
color: #FABA95;
}
.AnyTagClassName
{
color: #FABA95;
}
</style>
background-color css
<style>
a { background-color: #FABA95; }
a { background-color: rgb(250,186,149); }
div.DivClassName
{
background-color: #FABA95;
}
.BgClassName
{
background-color: #FABA95;
}
</style>
border-color css
<style>
span { border-color: #FABA95; }
span { border-color: rgb(250,186,149); }
td.TdClassName
{
border-color: #FABA95;
}
.TagClassName
{
border-color: #FABA95;
}
</style>