Shades of Mandys Pink #FABB9F
Tints of Mandys Pink #FABB9F
RGB
CMYK
RGB Variations
Color information
#FABB9F (or 0xFABB9F) is known color: Mandys Pink. HEX triplet: FA, BB and 9F. RGB value is (250,187,159). Sum of RGB (Red+Green+Blue) = 250+187+159=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 159 (62.5% from 255 or 26.68% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9F is #054460. Grayscale: #CACACA. Windows color (decimal): -345185 or 10468346. OLE color: 10468346.
HSL color Cylindrical-coordinate representation of color #FABB9F: hue angle of 18.46º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FABB9F is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 159 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.02 |
| HSL | 18.46º | 0.9% | 0.8% | - |
| HSV(B) | 18.46º | 0.36% | 0.98% | - |
| XYZ | 63.45 | 58.37 | 40.72 | - |
| YUV | 202.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 159 | 0 | 0.25 | 0.36 | 0.02 | 18.46 | 0.9 | 0.8 |
| Hex | FA | BB | 9F | 0 | 19 | 24 | 2 | 12 | 5A | 50 |
| Octal | 372 | 273 | 237 | 0 | 31 | 44 | 2 | 22 | 132 | 120 |
| Binary | 11111010 | 10111011 | 10011111 | 0 | 11001 | 100100 | 10 | 10010 | 1011010 | 1010000 |
Color Harmonies of #FABB9F
Complementary color
Monochromatic Colors of #FABB9F
Black with #FABB9F
Text Example
Text Example
White with #FABB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB9F; }
p { color: rgb(250,187,159); }
H1.HeaderClassName
{
color: #FABB9F;
}
.AnyTagClassName
{
color: #FABB9F;
}
</style>
background-color css
<style>
a { background-color: #FABB9F; }
a { background-color: rgb(250,187,159); }
div.DivClassName
{
background-color: #FABB9F;
}
.BgClassName
{
background-color: #FABB9F;
}
</style>
border-color css
<style>
span { border-color: #FABB9F; }
span { border-color: rgb(250,187,159); }
td.TdClassName
{
border-color: #FABB9F;
}
.TagClassName
{
border-color: #FABB9F;
}
</style>