Shades of Mandys Pink #F1AD8D
Tints of Mandys Pink #F1AD8D
RGB
CMYK
RGB Variations
Color information
#F1AD8D (or 0xF1AD8D) is known color: Mandys Pink. HEX triplet: F1, AD and 8D. RGB value is (241,173,141). Sum of RGB (Red+Green+Blue) = 241+173+141=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AD8D is #0E5272. Grayscale: #BDBDBD. Windows color (decimal): -938611 or 9285105. OLE color: 9285105.
HSL color Cylindrical-coordinate representation of color #F1AD8D: hue angle of 19.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1AD8D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 141 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.05 |
| HSL | 19.2º | 0.78% | 0.75% | - |
| HSV(B) | 19.2º | 0.41% | 0.95% | - |
| XYZ | 56.03 | 50.51 | 32 | - |
| YUV | 189.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 141 | 0 | 0.28 | 0.41 | 0.05 | 19.2 | 0.78 | 0.75 |
| Hex | F1 | AD | 8D | 0 | 1C | 29 | 5 | 13 | 4E | 4B |
| Octal | 361 | 255 | 215 | 0 | 34 | 51 | 5 | 23 | 116 | 113 |
| Binary | 11110001 | 10101101 | 10001101 | 0 | 11100 | 101001 | 101 | 10011 | 1001110 | 1001011 |
Color Harmonies of #F1AD8D
Complementary color
Monochromatic Colors of #F1AD8D
Black with #F1AD8D
Text Example
Text Example
White with #F1AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD8D; }
p { color: rgb(241,173,141); }
H1.HeaderClassName
{
color: #F1AD8D;
}
.AnyTagClassName
{
color: #F1AD8D;
}
</style>
background-color css
<style>
a { background-color: #F1AD8D; }
a { background-color: rgb(241,173,141); }
div.DivClassName
{
background-color: #F1AD8D;
}
.BgClassName
{
background-color: #F1AD8D;
}
</style>
border-color css
<style>
span { border-color: #F1AD8D; }
span { border-color: rgb(241,173,141); }
td.TdClassName
{
border-color: #F1AD8D;
}
.TagClassName
{
border-color: #F1AD8D;
}
</style>