Shades of Mandys Pink #FABDA2
Tints of Mandys Pink #FABDA2
RGB
CMYK
RGB Variations
Color information
#FABDA2 (or 0xFABDA2) is known color: Mandys Pink. HEX triplet: FA, BD and A2. RGB value is (250,189,162). Sum of RGB (Red+Green+Blue) = 250+189+162=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA2 is #05425D. Grayscale: #CCCCCC. Windows color (decimal): -344670 or 10665466. OLE color: 10665466.
HSL color Cylindrical-coordinate representation of color #FABDA2: hue angle of 18.41º 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 #FABDA2 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 162 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.02 |
| HSL | 18.41º | 0.9% | 0.81% | - |
| HSV(B) | 18.41º | 0.35% | 0.98% | - |
| XYZ | 64.14 | 59.33 | 42.25 | - |
| YUV | 204.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 162 | 0 | 0.24 | 0.35 | 0.02 | 18.41 | 0.9 | 0.81 |
| Hex | FA | BD | A2 | 0 | 18 | 23 | 2 | 12 | 5A | 51 |
| Octal | 372 | 275 | 242 | 0 | 30 | 43 | 2 | 22 | 132 | 121 |
| Binary | 11111010 | 10111101 | 10100010 | 0 | 11000 | 100011 | 10 | 10010 | 1011010 | 1010001 |
Color Harmonies of #FABDA2
Complementary color
Monochromatic Colors of #FABDA2
Black with #FABDA2
Text Example
Text Example
White with #FABDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDA2; }
p { color: rgb(250,189,162); }
H1.HeaderClassName
{
color: #FABDA2;
}
.AnyTagClassName
{
color: #FABDA2;
}
</style>
background-color css
<style>
a { background-color: #FABDA2; }
a { background-color: rgb(250,189,162); }
div.DivClassName
{
background-color: #FABDA2;
}
.BgClassName
{
background-color: #FABDA2;
}
</style>
border-color css
<style>
span { border-color: #FABDA2; }
span { border-color: rgb(250,189,162); }
td.TdClassName
{
border-color: #FABDA2;
}
.TagClassName
{
border-color: #FABDA2;
}
</style>