Shades of Mandys Pink #FAB08C
Tints of Mandys Pink #FAB08C
RGB
CMYK
RGB Variations
Color information
#FAB08C (or 0xFAB08C) is known color: Mandys Pink. HEX triplet: FA, B0 and 8C. RGB value is (250,176,140). Sum of RGB (Red+Green+Blue) = 250+176+140=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB08C is #054F73. Grayscale: #C2C2C2. Windows color (decimal): -348020 or 9220346. OLE color: 9220346.
HSL color Cylindrical-coordinate representation of color #FAB08C: hue angle of 19.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAB08C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 140 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.02 |
| HSL | 19.64º | 0.92% | 0.76% | - |
| HSV(B) | 19.64º | 0.44% | 0.98% | - |
| XYZ | 59.68 | 53.27 | 31.95 | - |
| YUV | 194.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 140 | 0 | 0.30 | 0.44 | 0.02 | 19.64 | 0.92 | 0.76 |
| Hex | FA | B0 | 8C | 0 | 1E | 2C | 2 | 14 | 5C | 4C |
| Octal | 372 | 260 | 214 | 0 | 36 | 54 | 2 | 24 | 134 | 114 |
| Binary | 11111010 | 10110000 | 10001100 | 0 | 11110 | 101100 | 10 | 10100 | 1011100 | 1001100 |
Color Harmonies of #FAB08C
Complementary color
Monochromatic Colors of #FAB08C
Black with #FAB08C
Text Example
Text Example
White with #FAB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB08C; }
p { color: rgb(250,176,140); }
H1.HeaderClassName
{
color: #FAB08C;
}
.AnyTagClassName
{
color: #FAB08C;
}
</style>
background-color css
<style>
a { background-color: #FAB08C; }
a { background-color: rgb(250,176,140); }
div.DivClassName
{
background-color: #FAB08C;
}
.BgClassName
{
background-color: #FAB08C;
}
</style>
border-color css
<style>
span { border-color: #FAB08C; }
span { border-color: rgb(250,176,140); }
td.TdClassName
{
border-color: #FAB08C;
}
.TagClassName
{
border-color: #FAB08C;
}
</style>