Shades of Mandys Pink #FAB39C
Tints of Mandys Pink #FAB39C
RGB
CMYK
RGB Variations
Color information
#FAB39C (or 0xFAB39C) is known color: Mandys Pink. HEX triplet: FA, B3 and 9C. RGB value is (250,179,156). Sum of RGB (Red+Green+Blue) = 250+179+156=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB39C is #054C63. Grayscale: #C5C5C5. Windows color (decimal): -347236 or 10269690. OLE color: 10269690.
HSL color Cylindrical-coordinate representation of color #FAB39C: hue angle of 14.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAB39C is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 156 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.02 |
| HSL | 14.68º | 0.9% | 0.8% | - |
| HSV(B) | 14.68º | 0.38% | 0.98% | - |
| XYZ | 61.55 | 54.96 | 38.82 | - |
| YUV | 197.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 156 | 0 | 0.28 | 0.38 | 0.02 | 14.68 | 0.9 | 0.8 |
| Hex | FA | B3 | 9C | 0 | 1C | 26 | 2 | F | 5A | 50 |
| Octal | 372 | 263 | 234 | 0 | 34 | 46 | 2 | 17 | 132 | 120 |
| Binary | 11111010 | 10110011 | 10011100 | 0 | 11100 | 100110 | 10 | 1111 | 1011010 | 1010000 |
Color Harmonies of #FAB39C
Complementary color
Monochromatic Colors of #FAB39C
Black with #FAB39C
Text Example
Text Example
White with #FAB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB39C; }
p { color: rgb(250,179,156); }
H1.HeaderClassName
{
color: #FAB39C;
}
.AnyTagClassName
{
color: #FAB39C;
}
</style>
background-color css
<style>
a { background-color: #FAB39C; }
a { background-color: rgb(250,179,156); }
div.DivClassName
{
background-color: #FAB39C;
}
.BgClassName
{
background-color: #FAB39C;
}
</style>
border-color css
<style>
span { border-color: #FAB39C; }
span { border-color: rgb(250,179,156); }
td.TdClassName
{
border-color: #FAB39C;
}
.TagClassName
{
border-color: #FAB39C;
}
</style>