Shades of Mandys Pink #FAB89D
Tints of Mandys Pink #FAB89D
RGB
CMYK
RGB Variations
Color information
#FAB89D (or 0xFAB89D) is known color: Mandys Pink. HEX triplet: FA, B8 and 9D. RGB value is (250,184,157). Sum of RGB (Red+Green+Blue) = 250+184+157=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB89D is #054762. Grayscale: #C8C8C8. Windows color (decimal): -345955 or 10336506. OLE color: 10336506.
HSL color Cylindrical-coordinate representation of color #FAB89D: hue angle of 17.42º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAB89D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 157 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.02 |
| HSL | 17.42º | 0.9% | 0.8% | - |
| HSV(B) | 17.42º | 0.37% | 0.98% | - |
| XYZ | 62.65 | 57.04 | 39.61 | - |
| YUV | 200.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 157 | 0 | 0.26 | 0.37 | 0.02 | 17.42 | 0.9 | 0.8 |
| Hex | FA | B8 | 9D | 0 | 1A | 25 | 2 | 11 | 5A | 50 |
| Octal | 372 | 270 | 235 | 0 | 32 | 45 | 2 | 21 | 132 | 120 |
| Binary | 11111010 | 10111000 | 10011101 | 0 | 11010 | 100101 | 10 | 10001 | 1011010 | 1010000 |
Color Harmonies of #FAB89D
Complementary color
Monochromatic Colors of #FAB89D
Black with #FAB89D
Text Example
Text Example
White with #FAB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB89D; }
p { color: rgb(250,184,157); }
H1.HeaderClassName
{
color: #FAB89D;
}
.AnyTagClassName
{
color: #FAB89D;
}
</style>
background-color css
<style>
a { background-color: #FAB89D; }
a { background-color: rgb(250,184,157); }
div.DivClassName
{
background-color: #FAB89D;
}
.BgClassName
{
background-color: #FAB89D;
}
</style>
border-color css
<style>
span { border-color: #FAB89D; }
span { border-color: rgb(250,184,157); }
td.TdClassName
{
border-color: #FAB89D;
}
.TagClassName
{
border-color: #FAB89D;
}
</style>