Shades of Mandys Pink #F1BE96
Tints of Mandys Pink #F1BE96
RGB
CMYK
RGB Variations
Color information
#F1BE96 (or 0xF1BE96) is known color: Mandys Pink. HEX triplet: F1, BE and 96. RGB value is (241,190,150). Sum of RGB (Red+Green+Blue) = 241+190+150=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BE96 is #0E4169. Grayscale: #C8C8C8. Windows color (decimal): -934250 or 9879281. OLE color: 9879281.
HSL color Cylindrical-coordinate representation of color #F1BE96: hue angle of 26.37º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1BE96 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 150 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.05 |
| HSL | 26.37º | 0.76% | 0.77% | - |
| HSV(B) | 26.37º | 0.38% | 0.95% | - |
| XYZ | 60.19 | 57.73 | 36.82 | - |
| YUV | 200.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 150 | 0 | 0.21 | 0.38 | 0.05 | 26.37 | 0.76 | 0.77 |
| Hex | F1 | BE | 96 | 0 | 15 | 26 | 5 | 1A | 4C | 4D |
| Octal | 361 | 276 | 226 | 0 | 25 | 46 | 5 | 32 | 114 | 115 |
| Binary | 11110001 | 10111110 | 10010110 | 0 | 10101 | 100110 | 101 | 11010 | 1001100 | 1001101 |
Color Harmonies of #F1BE96
Complementary color
Monochromatic Colors of #F1BE96
Black with #F1BE96
Text Example
Text Example
White with #F1BE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BE96; }
p { color: rgb(241,190,150); }
H1.HeaderClassName
{
color: #F1BE96;
}
.AnyTagClassName
{
color: #F1BE96;
}
</style>
background-color css
<style>
a { background-color: #F1BE96; }
a { background-color: rgb(241,190,150); }
div.DivClassName
{
background-color: #F1BE96;
}
.BgClassName
{
background-color: #F1BE96;
}
</style>
border-color css
<style>
span { border-color: #F1BE96; }
span { border-color: rgb(241,190,150); }
td.TdClassName
{
border-color: #F1BE96;
}
.TagClassName
{
border-color: #F1BE96;
}
</style>