Shades of Mandys Pink #FAB08D
Tints of Mandys Pink #FAB08D
RGB
CMYK
RGB Variations
Color information
#FAB08D (or 0xFAB08D) is known color: Mandys Pink. HEX triplet: FA, B0 and 8D. RGB value is (250,176,141). Sum of RGB (Red+Green+Blue) = 250+176+141=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB08D is #054F72. Grayscale: #C2C2C2. Windows color (decimal): -348019 or 9285882. OLE color: 9285882.
HSL color Cylindrical-coordinate representation of color #FAB08D: hue angle of 19.27º 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 #FAB08D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 141 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.02 |
| HSL | 19.27º | 0.92% | 0.77% | - |
| HSV(B) | 19.27º | 0.44% | 0.98% | - |
| XYZ | 59.76 | 53.3 | 32.34 | - |
| YUV | 194.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 141 | 0 | 0.30 | 0.44 | 0.02 | 19.27 | 0.92 | 0.77 |
| Hex | FA | B0 | 8D | 0 | 1E | 2C | 2 | 13 | 5C | 4D |
| Octal | 372 | 260 | 215 | 0 | 36 | 54 | 2 | 23 | 134 | 115 |
| Binary | 11111010 | 10110000 | 10001101 | 0 | 11110 | 101100 | 10 | 10011 | 1011100 | 1001101 |
Color Harmonies of #FAB08D
Complementary color
Monochromatic Colors of #FAB08D
Black with #FAB08D
Text Example
Text Example
White with #FAB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB08D; }
p { color: rgb(250,176,141); }
H1.HeaderClassName
{
color: #FAB08D;
}
.AnyTagClassName
{
color: #FAB08D;
}
</style>
background-color css
<style>
a { background-color: #FAB08D; }
a { background-color: rgb(250,176,141); }
div.DivClassName
{
background-color: #FAB08D;
}
.BgClassName
{
background-color: #FAB08D;
}
</style>
border-color css
<style>
span { border-color: #FAB08D; }
span { border-color: rgb(250,176,141); }
td.TdClassName
{
border-color: #FAB08D;
}
.TagClassName
{
border-color: #FAB08D;
}
</style>