Shades of Mandys Pink #F9AF93
Tints of Mandys Pink #F9AF93
RGB
CMYK
RGB Variations
Color information
#F9AF93 (or 0xF9AF93) is known color: Mandys Pink. HEX triplet: F9, AF and 93. RGB value is (249,175,147). Sum of RGB (Red+Green+Blue) = 249+175+147=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF93 is #06506C. Grayscale: #C2C2C2. Windows color (decimal): -413805 or 9678841. OLE color: 9678841.
HSL color Cylindrical-coordinate representation of color #F9AF93: hue angle of 16.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9AF93 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 147 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.02 |
| HSL | 16.47º | 0.89% | 0.78% | - |
| HSV(B) | 16.47º | 0.41% | 0.98% | - |
| XYZ | 59.66 | 52.91 | 34.67 | - |
| YUV | 193.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 147 | 0 | 0.30 | 0.41 | 0.02 | 16.47 | 0.89 | 0.78 |
| Hex | F9 | AF | 93 | 0 | 1E | 29 | 2 | 10 | 59 | 4E |
| Octal | 371 | 257 | 223 | 0 | 36 | 51 | 2 | 20 | 131 | 116 |
| Binary | 11111001 | 10101111 | 10010011 | 0 | 11110 | 101001 | 10 | 10000 | 1011001 | 1001110 |
Color Harmonies of #F9AF93
Complementary color
Monochromatic Colors of #F9AF93
Black with #F9AF93
Text Example
Text Example
White with #F9AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF93; }
p { color: rgb(249,175,147); }
H1.HeaderClassName
{
color: #F9AF93;
}
.AnyTagClassName
{
color: #F9AF93;
}
</style>
background-color css
<style>
a { background-color: #F9AF93; }
a { background-color: rgb(249,175,147); }
div.DivClassName
{
background-color: #F9AF93;
}
.BgClassName
{
background-color: #F9AF93;
}
</style>
border-color css
<style>
span { border-color: #F9AF93; }
span { border-color: rgb(249,175,147); }
td.TdClassName
{
border-color: #F9AF93;
}
.TagClassName
{
border-color: #F9AF93;
}
</style>