Shades of Mandys Pink #F1BB98
Tints of Mandys Pink #F1BB98
RGB
CMYK
RGB Variations
Color information
#F1BB98 (or 0xF1BB98) is known color: Mandys Pink. HEX triplet: F1, BB and 98. RGB value is (241,187,152). Sum of RGB (Red+Green+Blue) = 241+187+152=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BB98 is #0E4467. Grayscale: #C7C7C7. Windows color (decimal): -935016 or 10009585. OLE color: 10009585.
HSL color Cylindrical-coordinate representation of color #F1BB98: hue angle of 23.6º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1BB98 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 187 | 152 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.05 |
| HSL | 23.6º | 0.76% | 0.77% | - |
| HSV(B) | 23.6º | 0.37% | 0.95% | - |
| XYZ | 59.71 | 56.51 | 37.47 | - |
| YUV | 199.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 187 | 152 | 0 | 0.22 | 0.37 | 0.05 | 23.6 | 0.76 | 0.77 |
| Hex | F1 | BB | 98 | 0 | 16 | 25 | 5 | 18 | 4C | 4D |
| Octal | 361 | 273 | 230 | 0 | 26 | 45 | 5 | 30 | 114 | 115 |
| Binary | 11110001 | 10111011 | 10011000 | 0 | 10110 | 100101 | 101 | 11000 | 1001100 | 1001101 |
Color Harmonies of #F1BB98
Complementary color
Monochromatic Colors of #F1BB98
Black with #F1BB98
Text Example
Text Example
White with #F1BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BB98; }
p { color: rgb(241,187,152); }
H1.HeaderClassName
{
color: #F1BB98;
}
.AnyTagClassName
{
color: #F1BB98;
}
</style>
background-color css
<style>
a { background-color: #F1BB98; }
a { background-color: rgb(241,187,152); }
div.DivClassName
{
background-color: #F1BB98;
}
.BgClassName
{
background-color: #F1BB98;
}
</style>
border-color css
<style>
span { border-color: #F1BB98; }
span { border-color: rgb(241,187,152); }
td.TdClassName
{
border-color: #F1BB98;
}
.TagClassName
{
border-color: #F1BB98;
}
</style>