Shades of Mandys Pink #FDAF8A
Tints of Mandys Pink #FDAF8A
RGB
CMYK
RGB Variations
Color information
#FDAF8A (or 0xFDAF8A) is known color: Mandys Pink. HEX triplet: FD, AF and 8A. RGB value is (253,175,138). Sum of RGB (Red+Green+Blue) = 253+175+138=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF8A is #025075. Grayscale: #C2C2C2. Windows color (decimal): -151670 or 9089021. OLE color: 9089021.
HSL color Cylindrical-coordinate representation of color #FDAF8A: hue angle of 19.3º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDAF8A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 138 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.01 |
| HSL | 19.3º | 0.97% | 0.77% | - |
| HSV(B) | 19.3º | 0.45% | 0.99% | - |
| XYZ | 60.43 | 53.38 | 31.16 | - |
| YUV | 194.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 138 | 0 | 0.31 | 0.45 | 0.01 | 19.3 | 0.97 | 0.77 |
| Hex | FD | AF | 8A | 0 | 1F | 2D | 1 | 13 | 61 | 4D |
| Octal | 375 | 257 | 212 | 0 | 37 | 55 | 1 | 23 | 141 | 115 |
| Binary | 11111101 | 10101111 | 10001010 | 0 | 11111 | 101101 | 1 | 10011 | 1100001 | 1001101 |
Color Harmonies of #FDAF8A
Complementary color
Monochromatic Colors of #FDAF8A
Black with #FDAF8A
Text Example
Text Example
White with #FDAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF8A; }
p { color: rgb(253,175,138); }
H1.HeaderClassName
{
color: #FDAF8A;
}
.AnyTagClassName
{
color: #FDAF8A;
}
</style>
background-color css
<style>
a { background-color: #FDAF8A; }
a { background-color: rgb(253,175,138); }
div.DivClassName
{
background-color: #FDAF8A;
}
.BgClassName
{
background-color: #FDAF8A;
}
</style>
border-color css
<style>
span { border-color: #FDAF8A; }
span { border-color: rgb(253,175,138); }
td.TdClassName
{
border-color: #FDAF8A;
}
.TagClassName
{
border-color: #FDAF8A;
}
</style>