Shades of Mandys Pink #FABB9D
Tints of Mandys Pink #FABB9D
RGB
CMYK
RGB Variations
Color information
#FABB9D (or 0xFABB9D) is known color: Mandys Pink. HEX triplet: FA, BB and 9D. RGB value is (250,187,157). Sum of RGB (Red+Green+Blue) = 250+187+157=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB9D is #054462. Grayscale: #CACACA. Windows color (decimal): -345187 or 10337274. OLE color: 10337274.
HSL color Cylindrical-coordinate representation of color #FABB9D: hue angle of 19.35º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FABB9D is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 157 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.02 |
| HSL | 19.35º | 0.9% | 0.8% | - |
| HSV(B) | 19.35º | 0.37% | 0.98% | - |
| XYZ | 63.28 | 58.3 | 39.82 | - |
| YUV | 202.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 157 | 0 | 0.25 | 0.37 | 0.02 | 19.35 | 0.9 | 0.8 |
| Hex | FA | BB | 9D | 0 | 19 | 25 | 2 | 13 | 5A | 50 |
| Octal | 372 | 273 | 235 | 0 | 31 | 45 | 2 | 23 | 132 | 120 |
| Binary | 11111010 | 10111011 | 10011101 | 0 | 11001 | 100101 | 10 | 10011 | 1011010 | 1010000 |
Color Harmonies of #FABB9D
Complementary color
Monochromatic Colors of #FABB9D
Black with #FABB9D
Text Example
Text Example
White with #FABB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB9D; }
p { color: rgb(250,187,157); }
H1.HeaderClassName
{
color: #FABB9D;
}
.AnyTagClassName
{
color: #FABB9D;
}
</style>
background-color css
<style>
a { background-color: #FABB9D; }
a { background-color: rgb(250,187,157); }
div.DivClassName
{
background-color: #FABB9D;
}
.BgClassName
{
background-color: #FABB9D;
}
</style>
border-color css
<style>
span { border-color: #FABB9D; }
span { border-color: rgb(250,187,157); }
td.TdClassName
{
border-color: #FABB9D;
}
.TagClassName
{
border-color: #FABB9D;
}
</style>