Shades of Mandys Pink #FABB9B
Tints of Mandys Pink #FABB9B
RGB
CMYK
RGB Variations
Color information
#FABB9B (or 0xFABB9B) is known color: Mandys Pink. HEX triplet: FA, BB and 9B. RGB value is (250,187,155). Sum of RGB (Red+Green+Blue) = 250+187+155=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9B is #054464. Grayscale: #CACACA. Windows color (decimal): -345189 or 10206202. OLE color: 10206202.
HSL color Cylindrical-coordinate representation of color #FABB9B: hue angle of 20.21º 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 #FABB9B is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 155 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.02 |
| HSL | 20.21º | 0.9% | 0.79% | - |
| HSV(B) | 20.21º | 0.38% | 0.98% | - |
| XYZ | 63.11 | 58.23 | 38.92 | - |
| YUV | 202.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 155 | 0 | 0.25 | 0.38 | 0.02 | 20.21 | 0.9 | 0.79 |
| Hex | FA | BB | 9B | 0 | 19 | 26 | 2 | 14 | 5A | 4F |
| Octal | 372 | 273 | 233 | 0 | 31 | 46 | 2 | 24 | 132 | 117 |
| Binary | 11111010 | 10111011 | 10011011 | 0 | 11001 | 100110 | 10 | 10100 | 1011010 | 1001111 |
Color Harmonies of #FABB9B
Complementary color
Monochromatic Colors of #FABB9B
Black with #FABB9B
Text Example
Text Example
White with #FABB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB9B; }
p { color: rgb(250,187,155); }
H1.HeaderClassName
{
color: #FABB9B;
}
.AnyTagClassName
{
color: #FABB9B;
}
</style>
background-color css
<style>
a { background-color: #FABB9B; }
a { background-color: rgb(250,187,155); }
div.DivClassName
{
background-color: #FABB9B;
}
.BgClassName
{
background-color: #FABB9B;
}
</style>
border-color css
<style>
span { border-color: #FABB9B; }
span { border-color: rgb(250,187,155); }
td.TdClassName
{
border-color: #FABB9B;
}
.TagClassName
{
border-color: #FABB9B;
}
</style>