Shades of Mandys Pink #FAB191
Tints of Mandys Pink #FAB191
RGB
CMYK
RGB Variations
Color information
#FAB191 (or 0xFAB191) is known color: Mandys Pink. HEX triplet: FA, B1 and 91. RGB value is (250,177,145). Sum of RGB (Red+Green+Blue) = 250+177+145=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB191 is #054E6E. Grayscale: #C3C3C3. Windows color (decimal): -347759 or 9548282. OLE color: 9548282.
HSL color Cylindrical-coordinate representation of color #FAB191: hue angle of 18.29º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAB191 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 145 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.02 |
| HSL | 18.29º | 0.91% | 0.77% | - |
| HSV(B) | 18.29º | 0.42% | 0.98% | - |
| XYZ | 60.26 | 53.81 | 34 | - |
| YUV | 195.18 | 99.68 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 145 | 0 | 0.29 | 0.42 | 0.02 | 18.29 | 0.91 | 0.77 |
| Hex | FA | B1 | 91 | 0 | 1D | 2A | 2 | 12 | 5B | 4D |
| Octal | 372 | 261 | 221 | 0 | 35 | 52 | 2 | 22 | 133 | 115 |
| Binary | 11111010 | 10110001 | 10010001 | 0 | 11101 | 101010 | 10 | 10010 | 1011011 | 1001101 |
Color Harmonies of #FAB191
Complementary color
Monochromatic Colors of #FAB191
Black with #FAB191
Text Example
Text Example
White with #FAB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB191; }
p { color: rgb(250,177,145); }
H1.HeaderClassName
{
color: #FAB191;
}
.AnyTagClassName
{
color: #FAB191;
}
</style>
background-color css
<style>
a { background-color: #FAB191; }
a { background-color: rgb(250,177,145); }
div.DivClassName
{
background-color: #FAB191;
}
.BgClassName
{
background-color: #FAB191;
}
</style>
border-color css
<style>
span { border-color: #FAB191; }
span { border-color: rgb(250,177,145); }
td.TdClassName
{
border-color: #FAB191;
}
.TagClassName
{
border-color: #FAB191;
}
</style>