Shades of Mandys Pink #FAAD8A
Tints of Mandys Pink #FAAD8A
RGB
CMYK
RGB Variations
Color information
#FAAD8A (or 0xFAAD8A) is known color: Mandys Pink. HEX triplet: FA, AD and 8A. RGB value is (250,173,138). Sum of RGB (Red+Green+Blue) = 250+173+138=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAD8A is #055275. Grayscale: #C0C0C0. Windows color (decimal): -348790 or 9088506. OLE color: 9088506.
HSL color Cylindrical-coordinate representation of color #FAAD8A: hue angle of 18.75º 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 #FAAD8A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 138 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.02 |
| HSL | 18.75º | 0.92% | 0.76% | - |
| HSV(B) | 18.75º | 0.45% | 0.98% | - |
| XYZ | 58.96 | 52.05 | 30.98 | - |
| YUV | 192.03 | 97.51 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 138 | 0 | 0.31 | 0.45 | 0.02 | 18.75 | 0.92 | 0.76 |
| Hex | FA | AD | 8A | 0 | 1F | 2D | 2 | 13 | 5C | 4C |
| Octal | 372 | 255 | 212 | 0 | 37 | 55 | 2 | 23 | 134 | 114 |
| Binary | 11111010 | 10101101 | 10001010 | 0 | 11111 | 101101 | 10 | 10011 | 1011100 | 1001100 |
Color Harmonies of #FAAD8A
Complementary color
Monochromatic Colors of #FAAD8A
Black with #FAAD8A
Text Example
Text Example
White with #FAAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAD8A; }
p { color: rgb(250,173,138); }
H1.HeaderClassName
{
color: #FAAD8A;
}
.AnyTagClassName
{
color: #FAAD8A;
}
</style>
background-color css
<style>
a { background-color: #FAAD8A; }
a { background-color: rgb(250,173,138); }
div.DivClassName
{
background-color: #FAAD8A;
}
.BgClassName
{
background-color: #FAAD8A;
}
</style>
border-color css
<style>
span { border-color: #FAAD8A; }
span { border-color: rgb(250,173,138); }
td.TdClassName
{
border-color: #FAAD8A;
}
.TagClassName
{
border-color: #FAAD8A;
}
</style>