Shades of Mandys Pink #FAB89A
Tints of Mandys Pink #FAB89A
RGB
CMYK
RGB Variations
Color information
#FAB89A (or 0xFAB89A) is known color: Mandys Pink. HEX triplet: FA, B8 and 9A. RGB value is (250,184,154). Sum of RGB (Red+Green+Blue) = 250+184+154=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB89A is #054765. Grayscale: #C8C8C8. Windows color (decimal): -345958 or 10139898. OLE color: 10139898.
HSL color Cylindrical-coordinate representation of color #FAB89A: hue angle of 18.75º degrees, saturation: 0.91, 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 #FAB89A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 154 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.02 |
| HSL | 18.75º | 0.91% | 0.79% | - |
| HSV(B) | 18.75º | 0.38% | 0.98% | - |
| XYZ | 62.4 | 56.94 | 38.27 | - |
| YUV | 200.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 154 | 0 | 0.26 | 0.38 | 0.02 | 18.75 | 0.91 | 0.79 |
| Hex | FA | B8 | 9A | 0 | 1A | 26 | 2 | 13 | 5B | 4F |
| Octal | 372 | 270 | 232 | 0 | 32 | 46 | 2 | 23 | 133 | 117 |
| Binary | 11111010 | 10111000 | 10011010 | 0 | 11010 | 100110 | 10 | 10011 | 1011011 | 1001111 |
Color Harmonies of #FAB89A
Complementary color
Monochromatic Colors of #FAB89A
Black with #FAB89A
Text Example
Text Example
White with #FAB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB89A; }
p { color: rgb(250,184,154); }
H1.HeaderClassName
{
color: #FAB89A;
}
.AnyTagClassName
{
color: #FAB89A;
}
</style>
background-color css
<style>
a { background-color: #FAB89A; }
a { background-color: rgb(250,184,154); }
div.DivClassName
{
background-color: #FAB89A;
}
.BgClassName
{
background-color: #FAB89A;
}
</style>
border-color css
<style>
span { border-color: #FAB89A; }
span { border-color: rgb(250,184,154); }
td.TdClassName
{
border-color: #FAB89A;
}
.TagClassName
{
border-color: #FAB89A;
}
</style>