Shades of Mandys Pink #F9BF94
Tints of Mandys Pink #F9BF94
RGB
CMYK
RGB Variations
Color information
#F9BF94 (or 0xF9BF94) is known color: Mandys Pink. HEX triplet: F9, BF and 94. RGB value is (249,191,148). Sum of RGB (Red+Green+Blue) = 249+191+148=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BF94 is #06406B. Grayscale: #CBCBCB. Windows color (decimal): -409708 or 9748473. OLE color: 9748473.
HSL color Cylindrical-coordinate representation of color #F9BF94: hue angle of 25.54º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9BF94 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 148 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.02 |
| HSL | 25.54º | 0.89% | 0.78% | - |
| HSV(B) | 25.54º | 0.41% | 0.98% | - |
| XYZ | 63.04 | 59.54 | 36.19 | - |
| YUV | 203.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 148 | 0 | 0.23 | 0.41 | 0.02 | 25.54 | 0.89 | 0.78 |
| Hex | F9 | BF | 94 | 0 | 17 | 29 | 2 | 1A | 59 | 4E |
| Octal | 371 | 277 | 224 | 0 | 27 | 51 | 2 | 32 | 131 | 116 |
| Binary | 11111001 | 10111111 | 10010100 | 0 | 10111 | 101001 | 10 | 11010 | 1011001 | 1001110 |
Color Harmonies of #F9BF94
Complementary color
Monochromatic Colors of #F9BF94
Black with #F9BF94
Text Example
Text Example
White with #F9BF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF94; }
p { color: rgb(249,191,148); }
H1.HeaderClassName
{
color: #F9BF94;
}
.AnyTagClassName
{
color: #F9BF94;
}
</style>
background-color css
<style>
a { background-color: #F9BF94; }
a { background-color: rgb(249,191,148); }
div.DivClassName
{
background-color: #F9BF94;
}
.BgClassName
{
background-color: #F9BF94;
}
</style>
border-color css
<style>
span { border-color: #F9BF94; }
span { border-color: rgb(249,191,148); }
td.TdClassName
{
border-color: #F9BF94;
}
.TagClassName
{
border-color: #F9BF94;
}
</style>