Shades of Mandys Pink #F1BEA2
Tints of Mandys Pink #F1BEA2
RGB
CMYK
RGB Variations
Color information
#F1BEA2 (or 0xF1BEA2) is known color: Mandys Pink. HEX triplet: F1, BE and A2. RGB value is (241,190,162). Sum of RGB (Red+Green+Blue) = 241+190+162=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BEA2 is #0E415D. Grayscale: #CACACA. Windows color (decimal): -934238 or 10665713. OLE color: 10665713.
HSL color Cylindrical-coordinate representation of color #F1BEA2: hue angle of 21.27º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1BEA2 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 190 | 162 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.05 |
| HSL | 21.27º | 0.74% | 0.79% | - |
| HSV(B) | 21.27º | 0.33% | 0.95% | - |
| XYZ | 61.21 | 58.14 | 42.18 | - |
| YUV | 202.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 190 | 162 | 0 | 0.21 | 0.33 | 0.05 | 21.27 | 0.74 | 0.79 |
| Hex | F1 | BE | A2 | 0 | 15 | 21 | 5 | 15 | 4A | 4F |
| Octal | 361 | 276 | 242 | 0 | 25 | 41 | 5 | 25 | 112 | 117 |
| Binary | 11110001 | 10111110 | 10100010 | 0 | 10101 | 100001 | 101 | 10101 | 1001010 | 1001111 |
Color Harmonies of #F1BEA2
Complementary color
Monochromatic Colors of #F1BEA2
Black with #F1BEA2
Text Example
Text Example
White with #F1BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BEA2; }
p { color: rgb(241,190,162); }
H1.HeaderClassName
{
color: #F1BEA2;
}
.AnyTagClassName
{
color: #F1BEA2;
}
</style>
background-color css
<style>
a { background-color: #F1BEA2; }
a { background-color: rgb(241,190,162); }
div.DivClassName
{
background-color: #F1BEA2;
}
.BgClassName
{
background-color: #F1BEA2;
}
</style>
border-color css
<style>
span { border-color: #F1BEA2; }
span { border-color: rgb(241,190,162); }
td.TdClassName
{
border-color: #F1BEA2;
}
.TagClassName
{
border-color: #F1BEA2;
}
</style>