Shades of Mandys Pink #FABDA4
Tints of Mandys Pink #FABDA4
RGB
CMYK
RGB Variations
Color information
#FABDA4 (or 0xFABDA4) is known color: Mandys Pink. HEX triplet: FA, BD and A4. RGB value is (250,189,164). Sum of RGB (Red+Green+Blue) = 250+189+164=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA4 is #05425B. Grayscale: #CCCCCC. Windows color (decimal): -344668 or 10796538. OLE color: 10796538.
HSL color Cylindrical-coordinate representation of color #FABDA4: hue angle of 17.44º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FABDA4 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 164 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.02 |
| HSL | 17.44º | 0.9% | 0.81% | - |
| HSV(B) | 17.44º | 0.34% | 0.98% | - |
| XYZ | 64.32 | 59.4 | 43.2 | - |
| YUV | 204.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 164 | 0 | 0.24 | 0.34 | 0.02 | 17.44 | 0.9 | 0.81 |
| Hex | FA | BD | A4 | 0 | 18 | 22 | 2 | 11 | 5A | 51 |
| Octal | 372 | 275 | 244 | 0 | 30 | 42 | 2 | 21 | 132 | 121 |
| Binary | 11111010 | 10111101 | 10100100 | 0 | 11000 | 100010 | 10 | 10001 | 1011010 | 1010001 |
Color Harmonies of #FABDA4
Complementary color
Monochromatic Colors of #FABDA4
Black with #FABDA4
Text Example
Text Example
White with #FABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDA4; }
p { color: rgb(250,189,164); }
H1.HeaderClassName
{
color: #FABDA4;
}
.AnyTagClassName
{
color: #FABDA4;
}
</style>
background-color css
<style>
a { background-color: #FABDA4; }
a { background-color: rgb(250,189,164); }
div.DivClassName
{
background-color: #FABDA4;
}
.BgClassName
{
background-color: #FABDA4;
}
</style>
border-color css
<style>
span { border-color: #FABDA4; }
span { border-color: rgb(250,189,164); }
td.TdClassName
{
border-color: #FABDA4;
}
.TagClassName
{
border-color: #FABDA4;
}
</style>