Shades of Mandys Pink #FAB49B
Tints of Mandys Pink #FAB49B
RGB
CMYK
RGB Variations
Color information
#FAB49B (or 0xFAB49B) is known color: Mandys Pink. HEX triplet: FA, B4 and 9B. RGB value is (250,180,155). Sum of RGB (Red+Green+Blue) = 250+180+155=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB49B is #054B64. Grayscale: #C6C6C6. Windows color (decimal): -346981 or 10204410. OLE color: 10204410.
HSL color Cylindrical-coordinate representation of color #FAB49B: hue angle of 15.79º 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 #FAB49B is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 155 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.02 |
| HSL | 15.79º | 0.9% | 0.79% | - |
| HSV(B) | 15.79º | 0.38% | 0.98% | - |
| XYZ | 61.66 | 55.33 | 38.44 | - |
| YUV | 198.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 155 | 0 | 0.28 | 0.38 | 0.02 | 15.79 | 0.9 | 0.79 |
| Hex | FA | B4 | 9B | 0 | 1C | 26 | 2 | 10 | 5A | 4F |
| Octal | 372 | 264 | 233 | 0 | 34 | 46 | 2 | 20 | 132 | 117 |
| Binary | 11111010 | 10110100 | 10011011 | 0 | 11100 | 100110 | 10 | 10000 | 1011010 | 1001111 |
Color Harmonies of #FAB49B
Complementary color
Monochromatic Colors of #FAB49B
Black with #FAB49B
Text Example
Text Example
White with #FAB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB49B; }
p { color: rgb(250,180,155); }
H1.HeaderClassName
{
color: #FAB49B;
}
.AnyTagClassName
{
color: #FAB49B;
}
</style>
background-color css
<style>
a { background-color: #FAB49B; }
a { background-color: rgb(250,180,155); }
div.DivClassName
{
background-color: #FAB49B;
}
.BgClassName
{
background-color: #FAB49B;
}
</style>
border-color css
<style>
span { border-color: #FAB49B; }
span { border-color: rgb(250,180,155); }
td.TdClassName
{
border-color: #FAB49B;
}
.TagClassName
{
border-color: #FAB49B;
}
</style>