Shades of Mandys Pink #FAB092
Tints of Mandys Pink #FAB092
RGB
CMYK
RGB Variations
Color information
#FAB092 (or 0xFAB092) is known color: Mandys Pink. HEX triplet: FA, B0 and 92. RGB value is (250,176,146). Sum of RGB (Red+Green+Blue) = 250+176+146=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB092 is #054F6D. Grayscale: #C2C2C2. Windows color (decimal): -348014 or 9613562. OLE color: 9613562.
HSL color Cylindrical-coordinate representation of color #FAB092: hue angle of 17.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAB092 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 146 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.02 |
| HSL | 17.31º | 0.91% | 0.78% | - |
| HSV(B) | 17.31º | 0.42% | 0.98% | - |
| XYZ | 60.14 | 53.45 | 34.34 | - |
| YUV | 194.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 146 | 0 | 0.30 | 0.42 | 0.02 | 17.31 | 0.91 | 0.78 |
| Hex | FA | B0 | 92 | 0 | 1E | 2A | 2 | 11 | 5B | 4E |
| Octal | 372 | 260 | 222 | 0 | 36 | 52 | 2 | 21 | 133 | 116 |
| Binary | 11111010 | 10110000 | 10010010 | 0 | 11110 | 101010 | 10 | 10001 | 1011011 | 1001110 |
Color Harmonies of #FAB092
Complementary color
Monochromatic Colors of #FAB092
Black with #FAB092
Text Example
Text Example
White with #FAB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB092; }
p { color: rgb(250,176,146); }
H1.HeaderClassName
{
color: #FAB092;
}
.AnyTagClassName
{
color: #FAB092;
}
</style>
background-color css
<style>
a { background-color: #FAB092; }
a { background-color: rgb(250,176,146); }
div.DivClassName
{
background-color: #FAB092;
}
.BgClassName
{
background-color: #FAB092;
}
</style>
border-color css
<style>
span { border-color: #FAB092; }
span { border-color: rgb(250,176,146); }
td.TdClassName
{
border-color: #FAB092;
}
.TagClassName
{
border-color: #FAB092;
}
</style>