Shades of Mandys Pink #FABA8F
Tints of Mandys Pink #FABA8F
RGB
CMYK
RGB Variations
Color information
#FABA8F (or 0xFABA8F) is known color: Mandys Pink. HEX triplet: FA, BA and 8F. RGB value is (250,186,143). Sum of RGB (Red+Green+Blue) = 250+186+143=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA8F is #054570. Grayscale: #C8C8C8. Windows color (decimal): -345457 or 9419514. OLE color: 9419514.
HSL color Cylindrical-coordinate representation of color #FABA8F: hue angle of 24.11º degrees, saturation: 0.91, 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 #FABA8F is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 143 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.02 |
| HSL | 24.11º | 0.91% | 0.77% | - |
| HSV(B) | 24.11º | 0.43% | 0.98% | - |
| XYZ | 61.94 | 57.42 | 33.81 | - |
| YUV | 200.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 143 | 0 | 0.26 | 0.43 | 0.02 | 24.11 | 0.91 | 0.77 |
| Hex | FA | BA | 8F | 0 | 1A | 2B | 2 | 18 | 5B | 4D |
| Octal | 372 | 272 | 217 | 0 | 32 | 53 | 2 | 30 | 133 | 115 |
| Binary | 11111010 | 10111010 | 10001111 | 0 | 11010 | 101011 | 10 | 11000 | 1011011 | 1001101 |
Color Harmonies of #FABA8F
Complementary color
Monochromatic Colors of #FABA8F
Black with #FABA8F
Text Example
Text Example
White with #FABA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABA8F; }
p { color: rgb(250,186,143); }
H1.HeaderClassName
{
color: #FABA8F;
}
.AnyTagClassName
{
color: #FABA8F;
}
</style>
background-color css
<style>
a { background-color: #FABA8F; }
a { background-color: rgb(250,186,143); }
div.DivClassName
{
background-color: #FABA8F;
}
.BgClassName
{
background-color: #FABA8F;
}
</style>
border-color css
<style>
span { border-color: #FABA8F; }
span { border-color: rgb(250,186,143); }
td.TdClassName
{
border-color: #FABA8F;
}
.TagClassName
{
border-color: #FABA8F;
}
</style>