Shades of Mandys Pink #F1BB95
Tints of Mandys Pink #F1BB95
RGB
CMYK
RGB Variations
Color information
#F1BB95 (or 0xF1BB95) is known color: Mandys Pink. HEX triplet: F1, BB and 95. RGB value is (241,187,149). Sum of RGB (Red+Green+Blue) = 241+187+149=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB95 is #0E446A. Grayscale: #C7C7C7. Windows color (decimal): -935019 or 9812977. OLE color: 9812977.
HSL color Cylindrical-coordinate representation of color #F1BB95: hue angle of 24.78º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1BB95 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 149 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.05 |
| HSL | 24.78º | 0.77% | 0.76% | - |
| HSV(B) | 24.78º | 0.38% | 0.95% | - |
| XYZ | 59.47 | 56.41 | 36.19 | - |
| YUV | 198.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 149 | 0 | 0.22 | 0.38 | 0.05 | 24.78 | 0.77 | 0.76 |
| Hex | F1 | BB | 95 | 0 | 16 | 26 | 5 | 19 | 4D | 4C |
| Octal | 361 | 273 | 225 | 0 | 26 | 46 | 5 | 31 | 115 | 114 |
| Binary | 11110001 | 10111011 | 10010101 | 0 | 10110 | 100110 | 101 | 11001 | 1001101 | 1001100 |
Color Harmonies of #F1BB95
Complementary color
Monochromatic Colors of #F1BB95
Black with #F1BB95
Text Example
Text Example
White with #F1BB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB95; }
p { color: rgb(241,187,149); }
H1.HeaderClassName
{
color: #F1BB95;
}
.AnyTagClassName
{
color: #F1BB95;
}
</style>
background-color css
<style>
a { background-color: #F1BB95; }
a { background-color: rgb(241,187,149); }
div.DivClassName
{
background-color: #F1BB95;
}
.BgClassName
{
background-color: #F1BB95;
}
</style>
border-color css
<style>
span { border-color: #F1BB95; }
span { border-color: rgb(241,187,149); }
td.TdClassName
{
border-color: #F1BB95;
}
.TagClassName
{
border-color: #F1BB95;
}
</style>