Shades of Mandys Pink #FABC8E
Tints of Mandys Pink #FABC8E
RGB
CMYK
RGB Variations
Color information
#FABC8E (or 0xFABC8E) is known color: Mandys Pink. HEX triplet: FA, BC and 8E. RGB value is (250,188,142). Sum of RGB (Red+Green+Blue) = 250+188+142=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABC8E is #054371. Grayscale: #C9C9C9. Windows color (decimal): -344946 or 9354490. OLE color: 9354490.
HSL color Cylindrical-coordinate representation of color #FABC8E: hue angle of 25.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FABC8E is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 142 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.02 |
| HSL | 25.56º | 0.92% | 0.77% | - |
| HSV(B) | 25.56º | 0.43% | 0.98% | - |
| XYZ | 62.29 | 58.24 | 33.55 | - |
| YUV | 201.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 142 | 0 | 0.25 | 0.43 | 0.02 | 25.56 | 0.92 | 0.77 |
| Hex | FA | BC | 8E | 0 | 19 | 2B | 2 | 1A | 5C | 4D |
| Octal | 372 | 274 | 216 | 0 | 31 | 53 | 2 | 32 | 134 | 115 |
| Binary | 11111010 | 10111100 | 10001110 | 0 | 11001 | 101011 | 10 | 11010 | 1011100 | 1001101 |
Color Harmonies of #FABC8E
Complementary color
Monochromatic Colors of #FABC8E
Black with #FABC8E
Text Example
Text Example
White with #FABC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC8E; }
p { color: rgb(250,188,142); }
H1.HeaderClassName
{
color: #FABC8E;
}
.AnyTagClassName
{
color: #FABC8E;
}
</style>
background-color css
<style>
a { background-color: #FABC8E; }
a { background-color: rgb(250,188,142); }
div.DivClassName
{
background-color: #FABC8E;
}
.BgClassName
{
background-color: #FABC8E;
}
</style>
border-color css
<style>
span { border-color: #FABC8E; }
span { border-color: rgb(250,188,142); }
td.TdClassName
{
border-color: #FABC8E;
}
.TagClassName
{
border-color: #FABC8E;
}
</style>