Shades of Mandys Pink #FAAF8A
Tints of Mandys Pink #FAAF8A
RGB
CMYK
RGB Variations
Color information
#FAAF8A (or 0xFAAF8A) is known color: Mandys Pink. HEX triplet: FA, AF and 8A. RGB value is (250,175,138). Sum of RGB (Red+Green+Blue) = 250+175+138=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8A is #055075. Grayscale: #C1C1C1. Windows color (decimal): -348278 or 9089018. OLE color: 9089018.
HSL color Cylindrical-coordinate representation of color #FAAF8A: hue angle of 19.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAAF8A is Cyan = 0, Magento = 0.3, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 138 | - |
| CMYK | 0 | 0.3 | 0.45 | 0.02 |
| HSL | 19.82º | 0.92% | 0.76% | - |
| HSV(B) | 19.82º | 0.45% | 0.98% | - |
| XYZ | 59.34 | 52.82 | 31.11 | - |
| YUV | 193.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 138 | 0 | 0.3 | 0.45 | 0.02 | 19.82 | 0.92 | 0.76 |
| Hex | FA | AF | 8A | 0 | 1E | 2D | 2 | 14 | 5C | 4C |
| Octal | 372 | 257 | 212 | 0 | 36 | 55 | 2 | 24 | 134 | 114 |
| Binary | 11111010 | 10101111 | 10001010 | 0 | 11110 | 101101 | 10 | 10100 | 1011100 | 1001100 |
Color Harmonies of #FAAF8A
Complementary color
Monochromatic Colors of #FAAF8A
Black with #FAAF8A
Text Example
Text Example
White with #FAAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF8A; }
p { color: rgb(250,175,138); }
H1.HeaderClassName
{
color: #FAAF8A;
}
.AnyTagClassName
{
color: #FAAF8A;
}
</style>
background-color css
<style>
a { background-color: #FAAF8A; }
a { background-color: rgb(250,175,138); }
div.DivClassName
{
background-color: #FAAF8A;
}
.BgClassName
{
background-color: #FAAF8A;
}
</style>
border-color css
<style>
span { border-color: #FAAF8A; }
span { border-color: rgb(250,175,138); }
td.TdClassName
{
border-color: #FAAF8A;
}
.TagClassName
{
border-color: #FAAF8A;
}
</style>