Shades of Mandys Pink #F9BC91
Tints of Mandys Pink #F9BC91
RGB
CMYK
RGB Variations
Color information
#F9BC91 (or 0xF9BC91) is known color: Mandys Pink. HEX triplet: F9, BC and 91. RGB value is (249,188,145). Sum of RGB (Red+Green+Blue) = 249+188+145=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BC91 is #06436E. Grayscale: #C9C9C9. Windows color (decimal): -410479 or 9551097. OLE color: 9551097.
HSL color Cylindrical-coordinate representation of color #F9BC91: hue angle of 24.81º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9BC91 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 145 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.02 |
| HSL | 24.81º | 0.9% | 0.77% | - |
| HSV(B) | 24.81º | 0.42% | 0.98% | - |
| XYZ | 62.16 | 58.15 | 34.74 | - |
| YUV | 201.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 145 | 0 | 0.24 | 0.42 | 0.02 | 24.81 | 0.9 | 0.77 |
| Hex | F9 | BC | 91 | 0 | 18 | 2A | 2 | 19 | 5A | 4D |
| Octal | 371 | 274 | 221 | 0 | 30 | 52 | 2 | 31 | 132 | 115 |
| Binary | 11111001 | 10111100 | 10010001 | 0 | 11000 | 101010 | 10 | 11001 | 1011010 | 1001101 |
Color Harmonies of #F9BC91
Complementary color
Monochromatic Colors of #F9BC91
Black with #F9BC91
Text Example
Text Example
White with #F9BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC91; }
p { color: rgb(249,188,145); }
H1.HeaderClassName
{
color: #F9BC91;
}
.AnyTagClassName
{
color: #F9BC91;
}
</style>
background-color css
<style>
a { background-color: #F9BC91; }
a { background-color: rgb(249,188,145); }
div.DivClassName
{
background-color: #F9BC91;
}
.BgClassName
{
background-color: #F9BC91;
}
</style>
border-color css
<style>
span { border-color: #F9BC91; }
span { border-color: rgb(249,188,145); }
td.TdClassName
{
border-color: #F9BC91;
}
.TagClassName
{
border-color: #F9BC91;
}
</style>