Shades of Mandys Pink #FAB99D
Tints of Mandys Pink #FAB99D
RGB
CMYK
RGB Variations
Color information
#FAB99D (or 0xFAB99D) is known color: Mandys Pink. HEX triplet: FA, B9 and 9D. RGB value is (250,185,157). Sum of RGB (Red+Green+Blue) = 250+185+157=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB99D is #054662. Grayscale: #C9C9C9. Windows color (decimal): -345699 or 10336762. OLE color: 10336762.
HSL color Cylindrical-coordinate representation of color #FAB99D: hue angle of 18.06º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAB99D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 157 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.02 |
| HSL | 18.06º | 0.9% | 0.8% | - |
| HSV(B) | 18.06º | 0.37% | 0.98% | - |
| XYZ | 62.86 | 57.46 | 39.68 | - |
| YUV | 201.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 157 | 0 | 0.26 | 0.37 | 0.02 | 18.06 | 0.9 | 0.8 |
| Hex | FA | B9 | 9D | 0 | 1A | 25 | 2 | 12 | 5A | 50 |
| Octal | 372 | 271 | 235 | 0 | 32 | 45 | 2 | 22 | 132 | 120 |
| Binary | 11111010 | 10111001 | 10011101 | 0 | 11010 | 100101 | 10 | 10010 | 1011010 | 1010000 |
Color Harmonies of #FAB99D
Complementary color
Monochromatic Colors of #FAB99D
Black with #FAB99D
Text Example
Text Example
White with #FAB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB99D; }
p { color: rgb(250,185,157); }
H1.HeaderClassName
{
color: #FAB99D;
}
.AnyTagClassName
{
color: #FAB99D;
}
</style>
background-color css
<style>
a { background-color: #FAB99D; }
a { background-color: rgb(250,185,157); }
div.DivClassName
{
background-color: #FAB99D;
}
.BgClassName
{
background-color: #FAB99D;
}
</style>
border-color css
<style>
span { border-color: #FAB99D; }
span { border-color: rgb(250,185,157); }
td.TdClassName
{
border-color: #FAB99D;
}
.TagClassName
{
border-color: #FAB99D;
}
</style>