Shades of Mandys Pink #FABDA1
Tints of Mandys Pink #FABDA1
RGB
CMYK
RGB Variations
Color information
#FABDA1 (or 0xFABDA1) is known color: Mandys Pink. HEX triplet: FA, BD and A1. RGB value is (250,189,161). Sum of RGB (Red+Green+Blue) = 250+189+161=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA1 is #05425E. Grayscale: #CCCCCC. Windows color (decimal): -344671 or 10599930. OLE color: 10599930.
HSL color Cylindrical-coordinate representation of color #FABDA1: hue angle of 18.88º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FABDA1 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 161 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.02 |
| HSL | 18.88º | 0.9% | 0.81% | - |
| HSV(B) | 18.88º | 0.36% | 0.98% | - |
| XYZ | 64.05 | 59.29 | 41.79 | - |
| YUV | 204.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 161 | 0 | 0.24 | 0.36 | 0.02 | 18.88 | 0.9 | 0.81 |
| Hex | FA | BD | A1 | 0 | 18 | 24 | 2 | 13 | 5A | 51 |
| Octal | 372 | 275 | 241 | 0 | 30 | 44 | 2 | 23 | 132 | 121 |
| Binary | 11111010 | 10111101 | 10100001 | 0 | 11000 | 100100 | 10 | 10011 | 1011010 | 1010001 |
Color Harmonies of #FABDA1
Complementary color
Monochromatic Colors of #FABDA1
Black with #FABDA1
Text Example
Text Example
White with #FABDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDA1; }
p { color: rgb(250,189,161); }
H1.HeaderClassName
{
color: #FABDA1;
}
.AnyTagClassName
{
color: #FABDA1;
}
</style>
background-color css
<style>
a { background-color: #FABDA1; }
a { background-color: rgb(250,189,161); }
div.DivClassName
{
background-color: #FABDA1;
}
.BgClassName
{
background-color: #FABDA1;
}
</style>
border-color css
<style>
span { border-color: #FABDA1; }
span { border-color: rgb(250,189,161); }
td.TdClassName
{
border-color: #FABDA1;
}
.TagClassName
{
border-color: #FABDA1;
}
</style>