Shades of Mandys Pink #FAB696
Tints of Mandys Pink #FAB696
RGB
CMYK
RGB Variations
Color information
#FAB696 (or 0xFAB696) is known color: Mandys Pink. HEX triplet: FA, B6 and 96. RGB value is (250,182,150). Sum of RGB (Red+Green+Blue) = 250+182+150=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB696 is #054969. Grayscale: #C6C6C6. Windows color (decimal): -346474 or 9877242. OLE color: 9877242.
HSL color Cylindrical-coordinate representation of color #FAB696: hue angle of 19.2º 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 #FAB696 is Cyan = 0, Magento = 0.27, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 150 | - |
| CMYK | 0 | 0.27 | 0.4 | 0.02 |
| HSL | 19.2º | 0.91% | 0.78% | - |
| HSV(B) | 19.2º | 0.4% | 0.98% | - |
| XYZ | 61.66 | 55.98 | 36.41 | - |
| YUV | 198.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 150 | 0 | 0.27 | 0.4 | 0.02 | 19.2 | 0.91 | 0.78 |
| Hex | FA | B6 | 96 | 0 | 1B | 28 | 2 | 13 | 5B | 4E |
| Octal | 372 | 266 | 226 | 0 | 33 | 50 | 2 | 23 | 133 | 116 |
| Binary | 11111010 | 10110110 | 10010110 | 0 | 11011 | 101000 | 10 | 10011 | 1011011 | 1001110 |
Color Harmonies of #FAB696
Complementary color
Monochromatic Colors of #FAB696
Black with #FAB696
Text Example
Text Example
White with #FAB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB696; }
p { color: rgb(250,182,150); }
H1.HeaderClassName
{
color: #FAB696;
}
.AnyTagClassName
{
color: #FAB696;
}
</style>
background-color css
<style>
a { background-color: #FAB696; }
a { background-color: rgb(250,182,150); }
div.DivClassName
{
background-color: #FAB696;
}
.BgClassName
{
background-color: #FAB696;
}
</style>
border-color css
<style>
span { border-color: #FAB696; }
span { border-color: rgb(250,182,150); }
td.TdClassName
{
border-color: #FAB696;
}
.TagClassName
{
border-color: #FAB696;
}
</style>