Shades of Mandys Pink #FAB291
Tints of Mandys Pink #FAB291
RGB
CMYK
RGB Variations
Color information
#FAB291 (or 0xFAB291) is known color: Mandys Pink. HEX triplet: FA, B2 and 91. RGB value is (250,178,145). Sum of RGB (Red+Green+Blue) = 250+178+145=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB291 is #054D6E. Grayscale: #C3C3C3. Windows color (decimal): -347503 or 9548538. OLE color: 9548538.
HSL color Cylindrical-coordinate representation of color #FAB291: hue angle of 18.86º 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 #FAB291 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 178 | 145 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.02 |
| HSL | 18.86º | 0.91% | 0.77% | - |
| HSV(B) | 18.86º | 0.42% | 0.98% | - |
| XYZ | 60.46 | 54.21 | 34.07 | - |
| YUV | 195.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 178 | 145 | 0 | 0.29 | 0.42 | 0.02 | 18.86 | 0.91 | 0.77 |
| Hex | FA | B2 | 91 | 0 | 1D | 2A | 2 | 13 | 5B | 4D |
| Octal | 372 | 262 | 221 | 0 | 35 | 52 | 2 | 23 | 133 | 115 |
| Binary | 11111010 | 10110010 | 10010001 | 0 | 11101 | 101010 | 10 | 10011 | 1011011 | 1001101 |
Color Harmonies of #FAB291
Complementary color
Monochromatic Colors of #FAB291
Black with #FAB291
Text Example
Text Example
White with #FAB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB291; }
p { color: rgb(250,178,145); }
H1.HeaderClassName
{
color: #FAB291;
}
.AnyTagClassName
{
color: #FAB291;
}
</style>
background-color css
<style>
a { background-color: #FAB291; }
a { background-color: rgb(250,178,145); }
div.DivClassName
{
background-color: #FAB291;
}
.BgClassName
{
background-color: #FAB291;
}
</style>
border-color css
<style>
span { border-color: #FAB291; }
span { border-color: rgb(250,178,145); }
td.TdClassName
{
border-color: #FAB291;
}
.TagClassName
{
border-color: #FAB291;
}
</style>