Shades of Mandys Pink #FABC9A
Tints of Mandys Pink #FABC9A
RGB
CMYK
RGB Variations
Color information
#FABC9A (or 0xFABC9A) is known color: Mandys Pink. HEX triplet: FA, BC and 9A. RGB value is (250,188,154). Sum of RGB (Red+Green+Blue) = 250+188+154=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC9A is #054365. Grayscale: #CACACA. Windows color (decimal): -344934 or 10140922. OLE color: 10140922.
HSL color Cylindrical-coordinate representation of color #FABC9A: hue angle of 21.25º degrees, saturation: 0.91, 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 #FABC9A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 154 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.02 |
| HSL | 21.25º | 0.91% | 0.79% | - |
| HSV(B) | 21.25º | 0.38% | 0.98% | - |
| XYZ | 63.24 | 58.62 | 38.55 | - |
| YUV | 202.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 154 | 0 | 0.25 | 0.38 | 0.02 | 21.25 | 0.91 | 0.79 |
| Hex | FA | BC | 9A | 0 | 19 | 26 | 2 | 15 | 5B | 4F |
| Octal | 372 | 274 | 232 | 0 | 31 | 46 | 2 | 25 | 133 | 117 |
| Binary | 11111010 | 10111100 | 10011010 | 0 | 11001 | 100110 | 10 | 10101 | 1011011 | 1001111 |
Color Harmonies of #FABC9A
Complementary color
Monochromatic Colors of #FABC9A
Black with #FABC9A
Text Example
Text Example
White with #FABC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC9A; }
p { color: rgb(250,188,154); }
H1.HeaderClassName
{
color: #FABC9A;
}
.AnyTagClassName
{
color: #FABC9A;
}
</style>
background-color css
<style>
a { background-color: #FABC9A; }
a { background-color: rgb(250,188,154); }
div.DivClassName
{
background-color: #FABC9A;
}
.BgClassName
{
background-color: #FABC9A;
}
</style>
border-color css
<style>
span { border-color: #FABC9A; }
span { border-color: rgb(250,188,154); }
td.TdClassName
{
border-color: #FABC9A;
}
.TagClassName
{
border-color: #FABC9A;
}
</style>