Shades of Mandys Pink #FAAE8C
Tints of Mandys Pink #FAAE8C
RGB
CMYK
RGB Variations
Color information
#FAAE8C (or 0xFAAE8C) is known color: Mandys Pink. HEX triplet: FA, AE and 8C. RGB value is (250,174,140). Sum of RGB (Red+Green+Blue) = 250+174+140=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAE8C is #055173. Grayscale: #C1C1C1. Windows color (decimal): -348532 or 9219834. OLE color: 9219834.
HSL color Cylindrical-coordinate representation of color #FAAE8C: hue angle of 18.55º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAAE8C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 140 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.02 |
| HSL | 18.55º | 0.92% | 0.76% | - |
| HSV(B) | 18.55º | 0.44% | 0.98% | - |
| XYZ | 59.29 | 52.49 | 31.82 | - |
| YUV | 192.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 140 | 0 | 0.30 | 0.44 | 0.02 | 18.55 | 0.92 | 0.76 |
| Hex | FA | AE | 8C | 0 | 1E | 2C | 2 | 13 | 5C | 4C |
| Octal | 372 | 256 | 214 | 0 | 36 | 54 | 2 | 23 | 134 | 114 |
| Binary | 11111010 | 10101110 | 10001100 | 0 | 11110 | 101100 | 10 | 10011 | 1011100 | 1001100 |
Color Harmonies of #FAAE8C
Complementary color
Monochromatic Colors of #FAAE8C
Black with #FAAE8C
Text Example
Text Example
White with #FAAE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE8C; }
p { color: rgb(250,174,140); }
H1.HeaderClassName
{
color: #FAAE8C;
}
.AnyTagClassName
{
color: #FAAE8C;
}
</style>
background-color css
<style>
a { background-color: #FAAE8C; }
a { background-color: rgb(250,174,140); }
div.DivClassName
{
background-color: #FAAE8C;
}
.BgClassName
{
background-color: #FAAE8C;
}
</style>
border-color css
<style>
span { border-color: #FAAE8C; }
span { border-color: rgb(250,174,140); }
td.TdClassName
{
border-color: #FAAE8C;
}
.TagClassName
{
border-color: #FAAE8C;
}
</style>