Shades of Mandys Pink #F1BEA0
Tints of Mandys Pink #F1BEA0
RGB
CMYK
RGB Variations
Color information
#F1BEA0 (or 0xF1BEA0) is known color: Mandys Pink. HEX triplet: F1, BE and A0. RGB value is (241,190,160). Sum of RGB (Red+Green+Blue) = 241+190+160=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEA0 is #0E415F. Grayscale: #C9C9C9. Windows color (decimal): -934240 or 10534641. OLE color: 10534641.
HSL color Cylindrical-coordinate representation of color #F1BEA0: hue angle of 22.22º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1BEA0 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 160 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.05 |
| HSL | 22.22º | 0.74% | 0.79% | - |
| HSV(B) | 22.22º | 0.34% | 0.95% | - |
| XYZ | 61.03 | 58.07 | 41.25 | - |
| YUV | 201.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 160 | 0 | 0.21 | 0.34 | 0.05 | 22.22 | 0.74 | 0.79 |
| Hex | F1 | BE | A0 | 0 | 15 | 22 | 5 | 16 | 4A | 4F |
| Octal | 361 | 276 | 240 | 0 | 25 | 42 | 5 | 26 | 112 | 117 |
| Binary | 11110001 | 10111110 | 10100000 | 0 | 10101 | 100010 | 101 | 10110 | 1001010 | 1001111 |
Color Harmonies of #F1BEA0
Complementary color
Monochromatic Colors of #F1BEA0
Black with #F1BEA0
Text Example
Text Example
White with #F1BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEA0; }
p { color: rgb(241,190,160); }
H1.HeaderClassName
{
color: #F1BEA0;
}
.AnyTagClassName
{
color: #F1BEA0;
}
</style>
background-color css
<style>
a { background-color: #F1BEA0; }
a { background-color: rgb(241,190,160); }
div.DivClassName
{
background-color: #F1BEA0;
}
.BgClassName
{
background-color: #F1BEA0;
}
</style>
border-color css
<style>
span { border-color: #F1BEA0; }
span { border-color: rgb(241,190,160); }
td.TdClassName
{
border-color: #F1BEA0;
}
.TagClassName
{
border-color: #F1BEA0;
}
</style>