Shades of Mandys Pink #FABB8D
Tints of Mandys Pink #FABB8D
RGB
CMYK
RGB Variations
Color information
#FABB8D (or 0xFABB8D) is known color: Mandys Pink. HEX triplet: FA, BB and 8D. RGB value is (250,187,141). Sum of RGB (Red+Green+Blue) = 250+187+141=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB8D is #054472. Grayscale: #C8C8C8. Windows color (decimal): -345203 or 9288698. OLE color: 9288698.
HSL color Cylindrical-coordinate representation of color #FABB8D: hue angle of 25.32º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FABB8D is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 141 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.32º | 0.92% | 0.77% | - |
| HSV(B) | 25.32º | 0.44% | 0.98% | - |
| XYZ | 62 | 57.79 | 33.09 | - |
| YUV | 200.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 141 | 0 | 0.25 | 0.44 | 0.02 | 25.32 | 0.92 | 0.77 |
| Hex | FA | BB | 8D | 0 | 19 | 2C | 2 | 19 | 5C | 4D |
| Octal | 372 | 273 | 215 | 0 | 31 | 54 | 2 | 31 | 134 | 115 |
| Binary | 11111010 | 10111011 | 10001101 | 0 | 11001 | 101100 | 10 | 11001 | 1011100 | 1001101 |
Color Harmonies of #FABB8D
Complementary color
Monochromatic Colors of #FABB8D
Black with #FABB8D
Text Example
Text Example
White with #FABB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB8D; }
p { color: rgb(250,187,141); }
H1.HeaderClassName
{
color: #FABB8D;
}
.AnyTagClassName
{
color: #FABB8D;
}
</style>
background-color css
<style>
a { background-color: #FABB8D; }
a { background-color: rgb(250,187,141); }
div.DivClassName
{
background-color: #FABB8D;
}
.BgClassName
{
background-color: #FABB8D;
}
</style>
border-color css
<style>
span { border-color: #FABB8D; }
span { border-color: rgb(250,187,141); }
td.TdClassName
{
border-color: #FABB8D;
}
.TagClassName
{
border-color: #FABB8D;
}
</style>