Shades of Mandys Pink #FDAF8E
Tints of Mandys Pink #FDAF8E
RGB
CMYK
RGB Variations
Color information
#FDAF8E (or 0xFDAF8E) is known color: Mandys Pink. HEX triplet: FD, AF and 8E. RGB value is (253,175,142). Sum of RGB (Red+Green+Blue) = 253+175+142=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF8E is #025071. Grayscale: #C2C2C2. Windows color (decimal): -151666 or 9351165. OLE color: 9351165.
HSL color Cylindrical-coordinate representation of color #FDAF8E: hue angle of 17.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDAF8E is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 142 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.01 |
| HSL | 17.84º | 0.97% | 0.77% | - |
| HSV(B) | 17.84º | 0.44% | 0.99% | - |
| XYZ | 60.72 | 53.5 | 32.72 | - |
| YUV | 194.56 | 98.34 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 142 | 0 | 0.31 | 0.44 | 0.01 | 17.84 | 0.97 | 0.77 |
| Hex | FD | AF | 8E | 0 | 1F | 2C | 1 | 12 | 61 | 4D |
| Octal | 375 | 257 | 216 | 0 | 37 | 54 | 1 | 22 | 141 | 115 |
| Binary | 11111101 | 10101111 | 10001110 | 0 | 11111 | 101100 | 1 | 10010 | 1100001 | 1001101 |
Color Harmonies of #FDAF8E
Complementary color
Monochromatic Colors of #FDAF8E
Black with #FDAF8E
Text Example
Text Example
White with #FDAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF8E; }
p { color: rgb(253,175,142); }
H1.HeaderClassName
{
color: #FDAF8E;
}
.AnyTagClassName
{
color: #FDAF8E;
}
</style>
background-color css
<style>
a { background-color: #FDAF8E; }
a { background-color: rgb(253,175,142); }
div.DivClassName
{
background-color: #FDAF8E;
}
.BgClassName
{
background-color: #FDAF8E;
}
</style>
border-color css
<style>
span { border-color: #FDAF8E; }
span { border-color: rgb(253,175,142); }
td.TdClassName
{
border-color: #FDAF8E;
}
.TagClassName
{
border-color: #FDAF8E;
}
</style>