Shades of Mandys Pink #F1B99C
Tints of Mandys Pink #F1B99C
RGB
CMYK
RGB Variations
Color information
#F1B99C (or 0xF1B99C) is known color: Mandys Pink. HEX triplet: F1, B9 and 9C. RGB value is (241,185,156). Sum of RGB (Red+Green+Blue) = 241+185+156=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B99C is #0E4663. Grayscale: #C6C6C6. Windows color (decimal): -935524 or 10271217. OLE color: 10271217.
HSL color Cylindrical-coordinate representation of color #F1B99C: hue angle of 20.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1B99C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 156 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.05 |
| HSL | 20.47º | 0.75% | 0.78% | - |
| HSV(B) | 20.47º | 0.35% | 0.95% | - |
| XYZ | 59.63 | 55.8 | 39.08 | - |
| YUV | 198.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 156 | 0 | 0.23 | 0.35 | 0.05 | 20.47 | 0.75 | 0.78 |
| Hex | F1 | B9 | 9C | 0 | 17 | 23 | 5 | 14 | 4B | 4E |
| Octal | 361 | 271 | 234 | 0 | 27 | 43 | 5 | 24 | 113 | 116 |
| Binary | 11110001 | 10111001 | 10011100 | 0 | 10111 | 100011 | 101 | 10100 | 1001011 | 1001110 |
Color Harmonies of #F1B99C
Complementary color
Monochromatic Colors of #F1B99C
Black with #F1B99C
Text Example
Text Example
White with #F1B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B99C; }
p { color: rgb(241,185,156); }
H1.HeaderClassName
{
color: #F1B99C;
}
.AnyTagClassName
{
color: #F1B99C;
}
</style>
background-color css
<style>
a { background-color: #F1B99C; }
a { background-color: rgb(241,185,156); }
div.DivClassName
{
background-color: #F1B99C;
}
.BgClassName
{
background-color: #F1B99C;
}
</style>
border-color css
<style>
span { border-color: #F1B99C; }
span { border-color: rgb(241,185,156); }
td.TdClassName
{
border-color: #F1B99C;
}
.TagClassName
{
border-color: #F1B99C;
}
</style>