Shades of Mandys Pink #F1B98D
Tints of Mandys Pink #F1B98D
RGB
CMYK
RGB Variations
Color information
#F1B98D (or 0xF1B98D) is known color: Mandys Pink. HEX triplet: F1, B9 and 8D. RGB value is (241,185,141). Sum of RGB (Red+Green+Blue) = 241+185+141=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B98D is #0E4672. Grayscale: #C4C4C4. Windows color (decimal): -935539 or 9288177. OLE color: 9288177.
HSL color Cylindrical-coordinate representation of color #F1B98D: hue angle of 26.4º 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 #F1B98D is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 141 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.05 |
| HSL | 26.4º | 0.78% | 0.75% | - |
| HSV(B) | 26.4º | 0.41% | 0.95% | - |
| XYZ | 58.43 | 55.32 | 32.8 | - |
| YUV | 196.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 141 | 0 | 0.23 | 0.41 | 0.05 | 26.4 | 0.78 | 0.75 |
| Hex | F1 | B9 | 8D | 0 | 17 | 29 | 5 | 1A | 4E | 4B |
| Octal | 361 | 271 | 215 | 0 | 27 | 51 | 5 | 32 | 116 | 113 |
| Binary | 11110001 | 10111001 | 10001101 | 0 | 10111 | 101001 | 101 | 11010 | 1001110 | 1001011 |
Color Harmonies of #F1B98D
Complementary color
Monochromatic Colors of #F1B98D
Black with #F1B98D
Text Example
Text Example
White with #F1B98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B98D; }
p { color: rgb(241,185,141); }
H1.HeaderClassName
{
color: #F1B98D;
}
.AnyTagClassName
{
color: #F1B98D;
}
</style>
background-color css
<style>
a { background-color: #F1B98D; }
a { background-color: rgb(241,185,141); }
div.DivClassName
{
background-color: #F1B98D;
}
.BgClassName
{
background-color: #F1B98D;
}
</style>
border-color css
<style>
span { border-color: #F1B98D; }
span { border-color: rgb(241,185,141); }
td.TdClassName
{
border-color: #F1B98D;
}
.TagClassName
{
border-color: #F1B98D;
}
</style>