Shades of Mandys Pink #FAB6A2
Tints of Mandys Pink #FAB6A2
RGB
CMYK
RGB Variations
Color information
#FAB6A2 (or 0xFAB6A2) is known color: Mandys Pink. HEX triplet: FA, B6 and A2. RGB value is (250,182,162). Sum of RGB (Red+Green+Blue) = 250+182+162=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB6A2 is #05495D. Grayscale: #C8C8C8. Windows color (decimal): -346462 or 10663674. OLE color: 10663674.
HSL color Cylindrical-coordinate representation of color #FAB6A2: hue angle of 13.64º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAB6A2 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 162 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.02 |
| HSL | 13.64º | 0.9% | 0.81% | - |
| HSV(B) | 13.64º | 0.35% | 0.98% | - |
| XYZ | 62.67 | 56.39 | 41.76 | - |
| YUV | 200.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 162 | 0 | 0.27 | 0.35 | 0.02 | 13.64 | 0.9 | 0.81 |
| Hex | FA | B6 | A2 | 0 | 1B | 23 | 2 | E | 5A | 51 |
| Octal | 372 | 266 | 242 | 0 | 33 | 43 | 2 | 16 | 132 | 121 |
| Binary | 11111010 | 10110110 | 10100010 | 0 | 11011 | 100011 | 10 | 1110 | 1011010 | 1010001 |
Color Harmonies of #FAB6A2
Complementary color
Monochromatic Colors of #FAB6A2
Black with #FAB6A2
Text Example
Text Example
White with #FAB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB6A2; }
p { color: rgb(250,182,162); }
H1.HeaderClassName
{
color: #FAB6A2;
}
.AnyTagClassName
{
color: #FAB6A2;
}
</style>
background-color css
<style>
a { background-color: #FAB6A2; }
a { background-color: rgb(250,182,162); }
div.DivClassName
{
background-color: #FAB6A2;
}
.BgClassName
{
background-color: #FAB6A2;
}
</style>
border-color css
<style>
span { border-color: #FAB6A2; }
span { border-color: rgb(250,182,162); }
td.TdClassName
{
border-color: #FAB6A2;
}
.TagClassName
{
border-color: #FAB6A2;
}
</style>