Shades of Mandys Pink #F9AD8A
Tints of Mandys Pink #F9AD8A
RGB
CMYK
RGB Variations
Color information
#F9AD8A (or 0xF9AD8A) is known color: Mandys Pink. HEX triplet: F9, AD and 8A. RGB value is (249,173,138). Sum of RGB (Red+Green+Blue) = 249+173+138=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AD8A is #065275. Grayscale: #BFBFBF. Windows color (decimal): -414326 or 9088505. OLE color: 9088505.
HSL color Cylindrical-coordinate representation of color #F9AD8A: hue angle of 18.92º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9AD8A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 138 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.02 |
| HSL | 18.92º | 0.9% | 0.76% | - |
| HSV(B) | 18.92º | 0.45% | 0.98% | - |
| XYZ | 58.6 | 51.86 | 30.97 | - |
| YUV | 191.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 138 | 0 | 0.31 | 0.45 | 0.02 | 18.92 | 0.9 | 0.76 |
| Hex | F9 | AD | 8A | 0 | 1F | 2D | 2 | 13 | 5A | 4C |
| Octal | 371 | 255 | 212 | 0 | 37 | 55 | 2 | 23 | 132 | 114 |
| Binary | 11111001 | 10101101 | 10001010 | 0 | 11111 | 101101 | 10 | 10011 | 1011010 | 1001100 |
Color Harmonies of #F9AD8A
Complementary color
Monochromatic Colors of #F9AD8A
Black with #F9AD8A
Text Example
Text Example
White with #F9AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD8A; }
p { color: rgb(249,173,138); }
H1.HeaderClassName
{
color: #F9AD8A;
}
.AnyTagClassName
{
color: #F9AD8A;
}
</style>
background-color css
<style>
a { background-color: #F9AD8A; }
a { background-color: rgb(249,173,138); }
div.DivClassName
{
background-color: #F9AD8A;
}
.BgClassName
{
background-color: #F9AD8A;
}
</style>
border-color css
<style>
span { border-color: #F9AD8A; }
span { border-color: rgb(249,173,138); }
td.TdClassName
{
border-color: #F9AD8A;
}
.TagClassName
{
border-color: #F9AD8A;
}
</style>