Shades of Mandys Pink #F9AF8F
Tints of Mandys Pink #F9AF8F
RGB
CMYK
RGB Variations
Color information
#F9AF8F (or 0xF9AF8F) is known color: Mandys Pink. HEX triplet: F9, AF and 8F. RGB value is (249,175,143). Sum of RGB (Red+Green+Blue) = 249+175+143=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 143 (56.25% from 255 or 25.22% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF8F is #065070. Grayscale: #C1C1C1. Windows color (decimal): -413809 or 9416697. OLE color: 9416697.
HSL color Cylindrical-coordinate representation of color #F9AF8F: hue angle of 18.11º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9AF8F is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 143 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.02 |
| HSL | 18.11º | 0.9% | 0.77% | - |
| HSV(B) | 18.11º | 0.43% | 0.98% | - |
| XYZ | 59.35 | 52.78 | 33.05 | - |
| YUV | 193.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 143 | 0 | 0.30 | 0.43 | 0.02 | 18.11 | 0.9 | 0.77 |
| Hex | F9 | AF | 8F | 0 | 1E | 2B | 2 | 12 | 5A | 4D |
| Octal | 371 | 257 | 217 | 0 | 36 | 53 | 2 | 22 | 132 | 115 |
| Binary | 11111001 | 10101111 | 10001111 | 0 | 11110 | 101011 | 10 | 10010 | 1011010 | 1001101 |
Color Harmonies of #F9AF8F
Complementary color
Monochromatic Colors of #F9AF8F
Black with #F9AF8F
Text Example
Text Example
White with #F9AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF8F; }
p { color: rgb(249,175,143); }
H1.HeaderClassName
{
color: #F9AF8F;
}
.AnyTagClassName
{
color: #F9AF8F;
}
</style>
background-color css
<style>
a { background-color: #F9AF8F; }
a { background-color: rgb(249,175,143); }
div.DivClassName
{
background-color: #F9AF8F;
}
.BgClassName
{
background-color: #F9AF8F;
}
</style>
border-color css
<style>
span { border-color: #F9AF8F; }
span { border-color: rgb(249,175,143); }
td.TdClassName
{
border-color: #F9AF8F;
}
.TagClassName
{
border-color: #F9AF8F;
}
</style>