Shades of Mandys Pink #FAAF8F
Tints of Mandys Pink #FAAF8F
RGB
CMYK
RGB Variations
Color information
#FAAF8F (or 0xFAAF8F) is known color: Mandys Pink. HEX triplet: FA, AF and 8F. RGB value is (250,175,143). Sum of RGB (Red+Green+Blue) = 250+175+143=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF8F is #055070. Grayscale: #C1C1C1. Windows color (decimal): -348273 or 9416698. OLE color: 9416698.
HSL color Cylindrical-coordinate representation of color #FAAF8F: hue angle of 17.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAAF8F is Cyan = 0, Magento = 0.3, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 143 | - |
| CMYK | 0 | 0.3 | 0.43 | 0.02 |
| HSL | 17.94º | 0.91% | 0.77% | - |
| HSV(B) | 17.94º | 0.43% | 0.98% | - |
| XYZ | 59.71 | 52.97 | 33.06 | - |
| YUV | 193.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 143 | 0 | 0.3 | 0.43 | 0.02 | 17.94 | 0.91 | 0.77 |
| Hex | FA | AF | 8F | 0 | 1E | 2B | 2 | 12 | 5B | 4D |
| Octal | 372 | 257 | 217 | 0 | 36 | 53 | 2 | 22 | 133 | 115 |
| Binary | 11111010 | 10101111 | 10001111 | 0 | 11110 | 101011 | 10 | 10010 | 1011011 | 1001101 |
Color Harmonies of #FAAF8F
Complementary color
Monochromatic Colors of #FAAF8F
Black with #FAAF8F
Text Example
Text Example
White with #FAAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF8F; }
p { color: rgb(250,175,143); }
H1.HeaderClassName
{
color: #FAAF8F;
}
.AnyTagClassName
{
color: #FAAF8F;
}
</style>
background-color css
<style>
a { background-color: #FAAF8F; }
a { background-color: rgb(250,175,143); }
div.DivClassName
{
background-color: #FAAF8F;
}
.BgClassName
{
background-color: #FAAF8F;
}
</style>
border-color css
<style>
span { border-color: #FAAF8F; }
span { border-color: rgb(250,175,143); }
td.TdClassName
{
border-color: #FAAF8F;
}
.TagClassName
{
border-color: #FAAF8F;
}
</style>