Shades of Mandys Pink #FAAF8D
Tints of Mandys Pink #FAAF8D
RGB
CMYK
RGB Variations
Color information
#FAAF8D (or 0xFAAF8D) is known color: Mandys Pink. HEX triplet: FA, AF and 8D. RGB value is (250,175,141). Sum of RGB (Red+Green+Blue) = 250+175+141=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8D is #055072. Grayscale: #C1C1C1. Windows color (decimal): -348275 or 9285626. OLE color: 9285626.
HSL color Cylindrical-coordinate representation of color #FAAF8D: hue angle of 18.72º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAAF8D is Cyan = 0, Magento = 0.3, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 141 | - |
| CMYK | 0 | 0.3 | 0.44 | 0.02 |
| HSL | 18.72º | 0.92% | 0.77% | - |
| HSV(B) | 18.72º | 0.44% | 0.98% | - |
| XYZ | 59.56 | 52.91 | 32.27 | - |
| YUV | 193.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 141 | 0 | 0.3 | 0.44 | 0.02 | 18.72 | 0.92 | 0.77 |
| Hex | FA | AF | 8D | 0 | 1E | 2C | 2 | 13 | 5C | 4D |
| Octal | 372 | 257 | 215 | 0 | 36 | 54 | 2 | 23 | 134 | 115 |
| Binary | 11111010 | 10101111 | 10001101 | 0 | 11110 | 101100 | 10 | 10011 | 1011100 | 1001101 |
Color Harmonies of #FAAF8D
Complementary color
Monochromatic Colors of #FAAF8D
Black with #FAAF8D
Text Example
Text Example
White with #FAAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF8D; }
p { color: rgb(250,175,141); }
H1.HeaderClassName
{
color: #FAAF8D;
}
.AnyTagClassName
{
color: #FAAF8D;
}
</style>
background-color css
<style>
a { background-color: #FAAF8D; }
a { background-color: rgb(250,175,141); }
div.DivClassName
{
background-color: #FAAF8D;
}
.BgClassName
{
background-color: #FAAF8D;
}
</style>
border-color css
<style>
span { border-color: #FAAF8D; }
span { border-color: rgb(250,175,141); }
td.TdClassName
{
border-color: #FAAF8D;
}
.TagClassName
{
border-color: #FAAF8D;
}
</style>