Shades of Mandys Pink #F1BC90
Tints of Mandys Pink #F1BC90
RGB
CMYK
RGB Variations
Color information
#F1BC90 (or 0xF1BC90) is known color: Mandys Pink. HEX triplet: F1, BC and 90. RGB value is (241,188,144). Sum of RGB (Red+Green+Blue) = 241+188+144=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BC90 is #0E436F. Grayscale: #C7C7C7. Windows color (decimal): -934768 or 9485553. OLE color: 9485553.
HSL color Cylindrical-coordinate representation of color #F1BC90: hue angle of 27.22º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1BC90 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 144 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.05 |
| HSL | 27.22º | 0.78% | 0.75% | - |
| HSV(B) | 27.22º | 0.4% | 0.95% | - |
| XYZ | 59.29 | 56.68 | 34.2 | - |
| YUV | 198.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 144 | 0 | 0.22 | 0.40 | 0.05 | 27.22 | 0.78 | 0.75 |
| Hex | F1 | BC | 90 | 0 | 16 | 28 | 5 | 1B | 4E | 4B |
| Octal | 361 | 274 | 220 | 0 | 26 | 50 | 5 | 33 | 116 | 113 |
| Binary | 11110001 | 10111100 | 10010000 | 0 | 10110 | 101000 | 101 | 11011 | 1001110 | 1001011 |
Color Harmonies of #F1BC90
Complementary color
Monochromatic Colors of #F1BC90
Black with #F1BC90
Text Example
Text Example
White with #F1BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BC90; }
p { color: rgb(241,188,144); }
H1.HeaderClassName
{
color: #F1BC90;
}
.AnyTagClassName
{
color: #F1BC90;
}
</style>
background-color css
<style>
a { background-color: #F1BC90; }
a { background-color: rgb(241,188,144); }
div.DivClassName
{
background-color: #F1BC90;
}
.BgClassName
{
background-color: #F1BC90;
}
</style>
border-color css
<style>
span { border-color: #F1BC90; }
span { border-color: rgb(241,188,144); }
td.TdClassName
{
border-color: #F1BC90;
}
.TagClassName
{
border-color: #F1BC90;
}
</style>