Shades of Mandys Pink #F1BB94
Tints of Mandys Pink #F1BB94
RGB
CMYK
RGB Variations
Color information
#F1BB94 (or 0xF1BB94) is known color: Mandys Pink. HEX triplet: F1, BB and 94. RGB value is (241,187,148). Sum of RGB (Red+Green+Blue) = 241+187+148=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB94 is #0E446B. Grayscale: #C6C6C6. Windows color (decimal): -935020 or 9747441. OLE color: 9747441.
HSL color Cylindrical-coordinate representation of color #F1BB94: hue angle of 25.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1BB94 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 148 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.05 |
| HSL | 25.16º | 0.77% | 0.76% | - |
| HSV(B) | 25.16º | 0.39% | 0.95% | - |
| XYZ | 59.39 | 56.38 | 35.77 | - |
| YUV | 198.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 148 | 0 | 0.22 | 0.39 | 0.05 | 25.16 | 0.77 | 0.76 |
| Hex | F1 | BB | 94 | 0 | 16 | 27 | 5 | 19 | 4D | 4C |
| Octal | 361 | 273 | 224 | 0 | 26 | 47 | 5 | 31 | 115 | 114 |
| Binary | 11110001 | 10111011 | 10010100 | 0 | 10110 | 100111 | 101 | 11001 | 1001101 | 1001100 |
Color Harmonies of #F1BB94
Complementary color
Monochromatic Colors of #F1BB94
Black with #F1BB94
Text Example
Text Example
White with #F1BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB94; }
p { color: rgb(241,187,148); }
H1.HeaderClassName
{
color: #F1BB94;
}
.AnyTagClassName
{
color: #F1BB94;
}
</style>
background-color css
<style>
a { background-color: #F1BB94; }
a { background-color: rgb(241,187,148); }
div.DivClassName
{
background-color: #F1BB94;
}
.BgClassName
{
background-color: #F1BB94;
}
</style>
border-color css
<style>
span { border-color: #F1BB94; }
span { border-color: rgb(241,187,148); }
td.TdClassName
{
border-color: #F1BB94;
}
.TagClassName
{
border-color: #F1BB94;
}
</style>