Shades of Mandys Pink #FAB895
Tints of Mandys Pink #FAB895
RGB
CMYK
RGB Variations
Color information
#FAB895 (or 0xFAB895) is known color: Mandys Pink. HEX triplet: FA, B8 and 95. RGB value is (250,184,149). Sum of RGB (Red+Green+Blue) = 250+184+149=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB895 is #05476A. Grayscale: #C7C7C7. Windows color (decimal): -345963 or 9812218. OLE color: 9812218.
HSL color Cylindrical-coordinate representation of color #FAB895: hue angle of 20.79º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB895 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 149 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.02 |
| HSL | 20.79º | 0.91% | 0.78% | - |
| HSV(B) | 20.79º | 0.4% | 0.98% | - |
| XYZ | 61.99 | 56.77 | 36.13 | - |
| YUV | 199.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 149 | 0 | 0.26 | 0.40 | 0.02 | 20.79 | 0.91 | 0.78 |
| Hex | FA | B8 | 95 | 0 | 1A | 28 | 2 | 15 | 5B | 4E |
| Octal | 372 | 270 | 225 | 0 | 32 | 50 | 2 | 25 | 133 | 116 |
| Binary | 11111010 | 10111000 | 10010101 | 0 | 11010 | 101000 | 10 | 10101 | 1011011 | 1001110 |
Color Harmonies of #FAB895
Complementary color
Monochromatic Colors of #FAB895
Black with #FAB895
Text Example
Text Example
White with #FAB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB895; }
p { color: rgb(250,184,149); }
H1.HeaderClassName
{
color: #FAB895;
}
.AnyTagClassName
{
color: #FAB895;
}
</style>
background-color css
<style>
a { background-color: #FAB895; }
a { background-color: rgb(250,184,149); }
div.DivClassName
{
background-color: #FAB895;
}
.BgClassName
{
background-color: #FAB895;
}
</style>
border-color css
<style>
span { border-color: #FAB895; }
span { border-color: rgb(250,184,149); }
td.TdClassName
{
border-color: #FAB895;
}
.TagClassName
{
border-color: #FAB895;
}
</style>