Shades of Mandys Pink #FAB89B
Tints of Mandys Pink #FAB89B
RGB
CMYK
RGB Variations
Color information
#FAB89B (or 0xFAB89B) is known color: Mandys Pink. HEX triplet: FA, B8 and 9B. RGB value is (250,184,155). Sum of RGB (Red+Green+Blue) = 250+184+155=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB89B is #054764. Grayscale: #C8C8C8. Windows color (decimal): -345957 or 10205434. OLE color: 10205434.
HSL color Cylindrical-coordinate representation of color #FAB89B: hue angle of 18.32º degrees, saturation: 0.9, 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 #FAB89B is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 155 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.02 |
| HSL | 18.32º | 0.9% | 0.79% | - |
| HSV(B) | 18.32º | 0.38% | 0.98% | - |
| XYZ | 62.48 | 56.97 | 38.71 | - |
| YUV | 200.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 155 | 0 | 0.26 | 0.38 | 0.02 | 18.32 | 0.9 | 0.79 |
| Hex | FA | B8 | 9B | 0 | 1A | 26 | 2 | 12 | 5A | 4F |
| Octal | 372 | 270 | 233 | 0 | 32 | 46 | 2 | 22 | 132 | 117 |
| Binary | 11111010 | 10111000 | 10011011 | 0 | 11010 | 100110 | 10 | 10010 | 1011010 | 1001111 |
Color Harmonies of #FAB89B
Complementary color
Monochromatic Colors of #FAB89B
Black with #FAB89B
Text Example
Text Example
White with #FAB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB89B; }
p { color: rgb(250,184,155); }
H1.HeaderClassName
{
color: #FAB89B;
}
.AnyTagClassName
{
color: #FAB89B;
}
</style>
background-color css
<style>
a { background-color: #FAB89B; }
a { background-color: rgb(250,184,155); }
div.DivClassName
{
background-color: #FAB89B;
}
.BgClassName
{
background-color: #FAB89B;
}
</style>
border-color css
<style>
span { border-color: #FAB89B; }
span { border-color: rgb(250,184,155); }
td.TdClassName
{
border-color: #FAB89B;
}
.TagClassName
{
border-color: #FAB89B;
}
</style>