Shades of Mandys Pink #FAB089
Tints of Mandys Pink #FAB089
RGB
CMYK
RGB Variations
Color information
#FAB089 (or 0xFAB089) is known color: Mandys Pink. HEX triplet: FA, B0 and 89. RGB value is (250,176,137). Sum of RGB (Red+Green+Blue) = 250+176+137=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB089 is #054F76. Grayscale: #C1C1C1. Windows color (decimal): -348023 or 9023738. OLE color: 9023738.
HSL color Cylindrical-coordinate representation of color #FAB089: hue angle of 20.71º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAB089 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 137 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.02 |
| HSL | 20.71º | 0.92% | 0.76% | - |
| HSV(B) | 20.71º | 0.45% | 0.98% | - |
| XYZ | 59.47 | 53.18 | 30.8 | - |
| YUV | 193.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 137 | 0 | 0.30 | 0.45 | 0.02 | 20.71 | 0.92 | 0.76 |
| Hex | FA | B0 | 89 | 0 | 1E | 2D | 2 | 15 | 5C | 4C |
| Octal | 372 | 260 | 211 | 0 | 36 | 55 | 2 | 25 | 134 | 114 |
| Binary | 11111010 | 10110000 | 10001001 | 0 | 11110 | 101101 | 10 | 10101 | 1011100 | 1001100 |
Color Harmonies of #FAB089
Complementary color
Monochromatic Colors of #FAB089
Black with #FAB089
Text Example
Text Example
White with #FAB089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB089; }
p { color: rgb(250,176,137); }
H1.HeaderClassName
{
color: #FAB089;
}
.AnyTagClassName
{
color: #FAB089;
}
</style>
background-color css
<style>
a { background-color: #FAB089; }
a { background-color: rgb(250,176,137); }
div.DivClassName
{
background-color: #FAB089;
}
.BgClassName
{
background-color: #FAB089;
}
</style>
border-color css
<style>
span { border-color: #FAB089; }
span { border-color: rgb(250,176,137); }
td.TdClassName
{
border-color: #FAB089;
}
.TagClassName
{
border-color: #FAB089;
}
</style>