Shades of Mandys Pink #FABB9C
Tints of Mandys Pink #FABB9C
RGB
CMYK
RGB Variations
Color information
#FABB9C (or 0xFABB9C) is known color: Mandys Pink. HEX triplet: FA, BB and 9C. RGB value is (250,187,156). Sum of RGB (Red+Green+Blue) = 250+187+156=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9C is #054463. Grayscale: #CACACA. Windows color (decimal): -345188 or 10271738. OLE color: 10271738.
HSL color Cylindrical-coordinate representation of color #FABB9C: hue angle of 19.79º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FABB9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 156 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.02 |
| HSL | 19.79º | 0.9% | 0.8% | - |
| HSV(B) | 19.79º | 0.38% | 0.98% | - |
| XYZ | 63.2 | 58.26 | 39.37 | - |
| YUV | 202.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 156 | 0 | 0.25 | 0.38 | 0.02 | 19.79 | 0.9 | 0.8 |
| Hex | FA | BB | 9C | 0 | 19 | 26 | 2 | 14 | 5A | 50 |
| Octal | 372 | 273 | 234 | 0 | 31 | 46 | 2 | 24 | 132 | 120 |
| Binary | 11111010 | 10111011 | 10011100 | 0 | 11001 | 100110 | 10 | 10100 | 1011010 | 1010000 |
Color Harmonies of #FABB9C
Complementary color
Monochromatic Colors of #FABB9C
Black with #FABB9C
Text Example
Text Example
White with #FABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB9C; }
p { color: rgb(250,187,156); }
H1.HeaderClassName
{
color: #FABB9C;
}
.AnyTagClassName
{
color: #FABB9C;
}
</style>
background-color css
<style>
a { background-color: #FABB9C; }
a { background-color: rgb(250,187,156); }
div.DivClassName
{
background-color: #FABB9C;
}
.BgClassName
{
background-color: #FABB9C;
}
</style>
border-color css
<style>
span { border-color: #FABB9C; }
span { border-color: rgb(250,187,156); }
td.TdClassName
{
border-color: #FABB9C;
}
.TagClassName
{
border-color: #FABB9C;
}
</style>