Shades of Mandys Pink #F1BFA0
Tints of Mandys Pink #F1BFA0
RGB
CMYK
RGB Variations
Color information
#F1BFA0 (or 0xF1BFA0) is known color: Mandys Pink. HEX triplet: F1, BF and A0. RGB value is (241,191,160). Sum of RGB (Red+Green+Blue) = 241+191+160=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BFA0 is #0E405F. Grayscale: #CACACA. Windows color (decimal): -933984 or 10534897. OLE color: 10534897.
HSL color Cylindrical-coordinate representation of color #F1BFA0: hue angle of 22.96º 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 #F1BFA0 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 160 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.05 |
| HSL | 22.96º | 0.74% | 0.79% | - |
| HSV(B) | 22.96º | 0.34% | 0.95% | - |
| XYZ | 61.25 | 58.5 | 41.32 | - |
| YUV | 202.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 160 | 0 | 0.21 | 0.34 | 0.05 | 22.96 | 0.74 | 0.79 |
| Hex | F1 | BF | A0 | 0 | 15 | 22 | 5 | 17 | 4A | 4F |
| Octal | 361 | 277 | 240 | 0 | 25 | 42 | 5 | 27 | 112 | 117 |
| Binary | 11110001 | 10111111 | 10100000 | 0 | 10101 | 100010 | 101 | 10111 | 1001010 | 1001111 |
Color Harmonies of #F1BFA0
Complementary color
Monochromatic Colors of #F1BFA0
Black with #F1BFA0
Text Example
Text Example
White with #F1BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFA0; }
p { color: rgb(241,191,160); }
H1.HeaderClassName
{
color: #F1BFA0;
}
.AnyTagClassName
{
color: #F1BFA0;
}
</style>
background-color css
<style>
a { background-color: #F1BFA0; }
a { background-color: rgb(241,191,160); }
div.DivClassName
{
background-color: #F1BFA0;
}
.BgClassName
{
background-color: #F1BFA0;
}
</style>
border-color css
<style>
span { border-color: #F1BFA0; }
span { border-color: rgb(241,191,160); }
td.TdClassName
{
border-color: #F1BFA0;
}
.TagClassName
{
border-color: #F1BFA0;
}
</style>