Shades of Mandys Pink #FAB389
Tints of Mandys Pink #FAB389
RGB
CMYK
RGB Variations
Color information
#FAB389 (or 0xFAB389) is known color: Mandys Pink. HEX triplet: FA, B3 and 89. RGB value is (250,179,137). Sum of RGB (Red+Green+Blue) = 250+179+137=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB389 is #054C76. Grayscale: #C3C3C3. Windows color (decimal): -347255 or 9024506. OLE color: 9024506.
HSL color Cylindrical-coordinate representation of color #FAB389: hue angle of 22.3º 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 #FAB389 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 137 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.02 |
| HSL | 22.3º | 0.92% | 0.76% | - |
| HSV(B) | 22.3º | 0.45% | 0.98% | - |
| XYZ | 60.06 | 54.37 | 31 | - |
| YUV | 195.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 137 | 0 | 0.28 | 0.45 | 0.02 | 22.3 | 0.92 | 0.76 |
| Hex | FA | B3 | 89 | 0 | 1C | 2D | 2 | 16 | 5C | 4C |
| Octal | 372 | 263 | 211 | 0 | 34 | 55 | 2 | 26 | 134 | 114 |
| Binary | 11111010 | 10110011 | 10001001 | 0 | 11100 | 101101 | 10 | 10110 | 1011100 | 1001100 |
Color Harmonies of #FAB389
Complementary color
Monochromatic Colors of #FAB389
Black with #FAB389
Text Example
Text Example
White with #FAB389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB389; }
p { color: rgb(250,179,137); }
H1.HeaderClassName
{
color: #FAB389;
}
.AnyTagClassName
{
color: #FAB389;
}
</style>
background-color css
<style>
a { background-color: #FAB389; }
a { background-color: rgb(250,179,137); }
div.DivClassName
{
background-color: #FAB389;
}
.BgClassName
{
background-color: #FAB389;
}
</style>
border-color css
<style>
span { border-color: #FAB389; }
span { border-color: rgb(250,179,137); }
td.TdClassName
{
border-color: #FAB389;
}
.TagClassName
{
border-color: #FAB389;
}
</style>