Shades of Mandys Pink #FAAF90
Tints of Mandys Pink #FAAF90
RGB
CMYK
RGB Variations
Color information
#FAAF90 (or 0xFAAF90) is known color: Mandys Pink. HEX triplet: FA, AF and 90. RGB value is (250,175,144). Sum of RGB (Red+Green+Blue) = 250+175+144=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAF90 is #05506F. Grayscale: #C2C2C2. Windows color (decimal): -348272 or 9482234. OLE color: 9482234.
HSL color Cylindrical-coordinate representation of color #FAAF90: hue angle of 17.55º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAAF90 is Cyan = 0, Magento = 0.3, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 144 | - |
| CMYK | 0 | 0.3 | 0.42 | 0.02 |
| HSL | 17.55º | 0.91% | 0.77% | - |
| HSV(B) | 17.55º | 0.42% | 0.98% | - |
| XYZ | 59.79 | 53 | 33.46 | - |
| YUV | 193.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 144 | 0 | 0.3 | 0.42 | 0.02 | 17.55 | 0.91 | 0.77 |
| Hex | FA | AF | 90 | 0 | 1E | 2A | 2 | 12 | 5B | 4D |
| Octal | 372 | 257 | 220 | 0 | 36 | 52 | 2 | 22 | 133 | 115 |
| Binary | 11111010 | 10101111 | 10010000 | 0 | 11110 | 101010 | 10 | 10010 | 1011011 | 1001101 |
Color Harmonies of #FAAF90
Complementary color
Monochromatic Colors of #FAAF90
Black with #FAAF90
Text Example
Text Example
White with #FAAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF90; }
p { color: rgb(250,175,144); }
H1.HeaderClassName
{
color: #FAAF90;
}
.AnyTagClassName
{
color: #FAAF90;
}
</style>
background-color css
<style>
a { background-color: #FAAF90; }
a { background-color: rgb(250,175,144); }
div.DivClassName
{
background-color: #FAAF90;
}
.BgClassName
{
background-color: #FAAF90;
}
</style>
border-color css
<style>
span { border-color: #FAAF90; }
span { border-color: rgb(250,175,144); }
td.TdClassName
{
border-color: #FAAF90;
}
.TagClassName
{
border-color: #FAAF90;
}
</style>