Shades of Mandys Pink #FAB896
Tints of Mandys Pink #FAB896
RGB
CMYK
RGB Variations
Color information
#FAB896 (or 0xFAB896) is known color: Mandys Pink. HEX triplet: FA, B8 and 96. RGB value is (250,184,150). Sum of RGB (Red+Green+Blue) = 250+184+150=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB896 is #054769. Grayscale: #C8C8C8. Windows color (decimal): -345962 or 9877754. OLE color: 9877754.
HSL color Cylindrical-coordinate representation of color #FAB896: hue angle of 20.4º 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 #FAB896 is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 150 | - |
| CMYK | 0 | 0.26 | 0.4 | 0.02 |
| HSL | 20.4º | 0.91% | 0.78% | - |
| HSV(B) | 20.4º | 0.4% | 0.98% | - |
| XYZ | 62.07 | 56.81 | 36.55 | - |
| YUV | 199.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 150 | 0 | 0.26 | 0.4 | 0.02 | 20.4 | 0.91 | 0.78 |
| Hex | FA | B8 | 96 | 0 | 1A | 28 | 2 | 14 | 5B | 4E |
| Octal | 372 | 270 | 226 | 0 | 32 | 50 | 2 | 24 | 133 | 116 |
| Binary | 11111010 | 10111000 | 10010110 | 0 | 11010 | 101000 | 10 | 10100 | 1011011 | 1001110 |
Color Harmonies of #FAB896
Complementary color
Monochromatic Colors of #FAB896
Black with #FAB896
Text Example
Text Example
White with #FAB896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB896; }
p { color: rgb(250,184,150); }
H1.HeaderClassName
{
color: #FAB896;
}
.AnyTagClassName
{
color: #FAB896;
}
</style>
background-color css
<style>
a { background-color: #FAB896; }
a { background-color: rgb(250,184,150); }
div.DivClassName
{
background-color: #FAB896;
}
.BgClassName
{
background-color: #FAB896;
}
</style>
border-color css
<style>
span { border-color: #FAB896; }
span { border-color: rgb(250,184,150); }
td.TdClassName
{
border-color: #FAB896;
}
.TagClassName
{
border-color: #FAB896;
}
</style>