Shades of Mandys Pink #F9BE95
Tints of Mandys Pink #F9BE95
RGB
CMYK
RGB Variations
Color information
#F9BE95 (or 0xF9BE95) is known color: Mandys Pink. HEX triplet: F9, BE and 95. RGB value is (249,190,149). Sum of RGB (Red+Green+Blue) = 249+190+149=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BE95 is #06416A. Grayscale: #CBCBCB. Windows color (decimal): -409963 or 9813753. OLE color: 9813753.
HSL color Cylindrical-coordinate representation of color #F9BE95: hue angle of 24.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9BE95 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 149 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.02 |
| HSL | 24.6º | 0.89% | 0.78% | - |
| HSV(B) | 24.6º | 0.4% | 0.98% | - |
| XYZ | 62.91 | 59.14 | 36.53 | - |
| YUV | 202.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 149 | 0 | 0.24 | 0.40 | 0.02 | 24.6 | 0.89 | 0.78 |
| Hex | F9 | BE | 95 | 0 | 18 | 28 | 2 | 19 | 59 | 4E |
| Octal | 371 | 276 | 225 | 0 | 30 | 50 | 2 | 31 | 131 | 116 |
| Binary | 11111001 | 10111110 | 10010101 | 0 | 11000 | 101000 | 10 | 11001 | 1011001 | 1001110 |
Color Harmonies of #F9BE95
Complementary color
Monochromatic Colors of #F9BE95
Black with #F9BE95
Text Example
Text Example
White with #F9BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BE95; }
p { color: rgb(249,190,149); }
H1.HeaderClassName
{
color: #F9BE95;
}
.AnyTagClassName
{
color: #F9BE95;
}
</style>
background-color css
<style>
a { background-color: #F9BE95; }
a { background-color: rgb(249,190,149); }
div.DivClassName
{
background-color: #F9BE95;
}
.BgClassName
{
background-color: #F9BE95;
}
</style>
border-color css
<style>
span { border-color: #F9BE95; }
span { border-color: rgb(249,190,149); }
td.TdClassName
{
border-color: #F9BE95;
}
.TagClassName
{
border-color: #F9BE95;
}
</style>