Shades of Mandys Pink #F1B99A
Tints of Mandys Pink #F1B99A
RGB
CMYK
RGB Variations
Color information
#F1B99A (or 0xF1B99A) is known color: Mandys Pink. HEX triplet: F1, B9 and 9A. RGB value is (241,185,154). Sum of RGB (Red+Green+Blue) = 241+185+154=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B99A is #0E4665. Grayscale: #C6C6C6. Windows color (decimal): -935526 or 10140145. OLE color: 10140145.
HSL color Cylindrical-coordinate representation of color #F1B99A: hue angle of 21.38º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1B99A is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 154 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.05 |
| HSL | 21.38º | 0.76% | 0.77% | - |
| HSV(B) | 21.38º | 0.36% | 0.95% | - |
| XYZ | 59.46 | 55.73 | 38.2 | - |
| YUV | 198.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 154 | 0 | 0.23 | 0.36 | 0.05 | 21.38 | 0.76 | 0.77 |
| Hex | F1 | B9 | 9A | 0 | 17 | 24 | 5 | 15 | 4C | 4D |
| Octal | 361 | 271 | 232 | 0 | 27 | 44 | 5 | 25 | 114 | 115 |
| Binary | 11110001 | 10111001 | 10011010 | 0 | 10111 | 100100 | 101 | 10101 | 1001100 | 1001101 |
Color Harmonies of #F1B99A
Complementary color
Monochromatic Colors of #F1B99A
Black with #F1B99A
Text Example
Text Example
White with #F1B99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B99A; }
p { color: rgb(241,185,154); }
H1.HeaderClassName
{
color: #F1B99A;
}
.AnyTagClassName
{
color: #F1B99A;
}
</style>
background-color css
<style>
a { background-color: #F1B99A; }
a { background-color: rgb(241,185,154); }
div.DivClassName
{
background-color: #F1B99A;
}
.BgClassName
{
background-color: #F1B99A;
}
</style>
border-color css
<style>
span { border-color: #F1B99A; }
span { border-color: rgb(241,185,154); }
td.TdClassName
{
border-color: #F1B99A;
}
.TagClassName
{
border-color: #F1B99A;
}
</style>