Shades of Mandys Pink #FAB296
Tints of Mandys Pink #FAB296
RGB
CMYK
RGB Variations
Color information
#FAB296 (or 0xFAB296) is known color: Mandys Pink. HEX triplet: FA, B2 and 96. RGB value is (250,178,150). Sum of RGB (Red+Green+Blue) = 250+178+150=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB296 is #054D69. Grayscale: #C4C4C4. Windows color (decimal): -347498 or 9876218. OLE color: 9876218.
HSL color Cylindrical-coordinate representation of color #FAB296: hue angle of 16.8º 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 #FAB296 is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 150 | - |
| CMYK | 0 | 0.29 | 0.4 | 0.02 |
| HSL | 16.8º | 0.91% | 0.78% | - |
| HSV(B) | 16.8º | 0.4% | 0.98% | - |
| XYZ | 60.85 | 54.37 | 36.14 | - |
| YUV | 196.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 150 | 0 | 0.29 | 0.4 | 0.02 | 16.8 | 0.91 | 0.78 |
| Hex | FA | B2 | 96 | 0 | 1D | 28 | 2 | 11 | 5B | 4E |
| Octal | 372 | 262 | 226 | 0 | 35 | 50 | 2 | 21 | 133 | 116 |
| Binary | 11111010 | 10110010 | 10010110 | 0 | 11101 | 101000 | 10 | 10001 | 1011011 | 1001110 |
Color Harmonies of #FAB296
Complementary color
Monochromatic Colors of #FAB296
Black with #FAB296
Text Example
Text Example
White with #FAB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB296; }
p { color: rgb(250,178,150); }
H1.HeaderClassName
{
color: #FAB296;
}
.AnyTagClassName
{
color: #FAB296;
}
</style>
background-color css
<style>
a { background-color: #FAB296; }
a { background-color: rgb(250,178,150); }
div.DivClassName
{
background-color: #FAB296;
}
.BgClassName
{
background-color: #FAB296;
}
</style>
border-color css
<style>
span { border-color: #FAB296; }
span { border-color: rgb(250,178,150); }
td.TdClassName
{
border-color: #FAB296;
}
.TagClassName
{
border-color: #FAB296;
}
</style>