Shades of Mandys Pink #FABA9B
Tints of Mandys Pink #FABA9B
RGB
CMYK
RGB Variations
Color information
#FABA9B (or 0xFABA9B) is known color: Mandys Pink. HEX triplet: FA, BA and 9B. RGB value is (250,186,155). Sum of RGB (Red+Green+Blue) = 250+186+155=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA9B is #054564. Grayscale: #C9C9C9. Windows color (decimal): -345445 or 10205946. OLE color: 10205946.
HSL color Cylindrical-coordinate representation of color #FABA9B: hue angle of 19.58º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FABA9B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 155 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.02 |
| HSL | 19.58º | 0.9% | 0.79% | - |
| HSV(B) | 19.58º | 0.38% | 0.98% | - |
| XYZ | 62.9 | 57.81 | 38.85 | - |
| YUV | 201.6 | 101.7 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 155 | 0 | 0.26 | 0.38 | 0.02 | 19.58 | 0.9 | 0.79 |
| Hex | FA | BA | 9B | 0 | 1A | 26 | 2 | 14 | 5A | 4F |
| Octal | 372 | 272 | 233 | 0 | 32 | 46 | 2 | 24 | 132 | 117 |
| Binary | 11111010 | 10111010 | 10011011 | 0 | 11010 | 100110 | 10 | 10100 | 1011010 | 1001111 |
Color Harmonies of #FABA9B
Complementary color
Monochromatic Colors of #FABA9B
Black with #FABA9B
Text Example
Text Example
White with #FABA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA9B; }
p { color: rgb(250,186,155); }
H1.HeaderClassName
{
color: #FABA9B;
}
.AnyTagClassName
{
color: #FABA9B;
}
</style>
background-color css
<style>
a { background-color: #FABA9B; }
a { background-color: rgb(250,186,155); }
div.DivClassName
{
background-color: #FABA9B;
}
.BgClassName
{
background-color: #FABA9B;
}
</style>
border-color css
<style>
span { border-color: #FABA9B; }
span { border-color: rgb(250,186,155); }
td.TdClassName
{
border-color: #FABA9B;
}
.TagClassName
{
border-color: #FABA9B;
}
</style>