Shades of Mandys Pink #F1B59B
Tints of Mandys Pink #F1B59B
RGB
CMYK
RGB Variations
Color information
#F1B59B (or 0xF1B59B) is known color: Mandys Pink. HEX triplet: F1, B5 and 9B. RGB value is (241,181,155). Sum of RGB (Red+Green+Blue) = 241+181+155=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B59B is #0E4A64. Grayscale: #C4C4C4. Windows color (decimal): -936549 or 10204657. OLE color: 10204657.
HSL color Cylindrical-coordinate representation of color #F1B59B: hue angle of 18.14º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B59B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 181 | 155 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.05 |
| HSL | 18.14º | 0.75% | 0.78% | - |
| HSV(B) | 18.14º | 0.36% | 0.95% | - |
| XYZ | 58.72 | 54.12 | 38.36 | - |
| YUV | 195.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 181 | 155 | 0 | 0.25 | 0.36 | 0.05 | 18.14 | 0.75 | 0.78 |
| Hex | F1 | B5 | 9B | 0 | 19 | 24 | 5 | 12 | 4B | 4E |
| Octal | 361 | 265 | 233 | 0 | 31 | 44 | 5 | 22 | 113 | 116 |
| Binary | 11110001 | 10110101 | 10011011 | 0 | 11001 | 100100 | 101 | 10010 | 1001011 | 1001110 |
Color Harmonies of #F1B59B
Complementary color
Monochromatic Colors of #F1B59B
Black with #F1B59B
Text Example
Text Example
White with #F1B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B59B; }
p { color: rgb(241,181,155); }
H1.HeaderClassName
{
color: #F1B59B;
}
.AnyTagClassName
{
color: #F1B59B;
}
</style>
background-color css
<style>
a { background-color: #F1B59B; }
a { background-color: rgb(241,181,155); }
div.DivClassName
{
background-color: #F1B59B;
}
.BgClassName
{
background-color: #F1B59B;
}
</style>
border-color css
<style>
span { border-color: #F1B59B; }
span { border-color: rgb(241,181,155); }
td.TdClassName
{
border-color: #F1B59B;
}
.TagClassName
{
border-color: #F1B59B;
}
</style>