Shades of Mandys Pink #F9BF90
Tints of Mandys Pink #F9BF90
RGB
CMYK
RGB Variations
Color information
#F9BF90 (or 0xF9BF90) is known color: Mandys Pink. HEX triplet: F9, BF and 90. RGB value is (249,191,144). Sum of RGB (Red+Green+Blue) = 249+191+144=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BF90 is #06406F. Grayscale: #CBCBCB. Windows color (decimal): -409712 or 9486329. OLE color: 9486329.
HSL color Cylindrical-coordinate representation of color #F9BF90: hue angle of 26.86º 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 #F9BF90 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 144 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.02 |
| HSL | 26.86º | 0.9% | 0.77% | - |
| HSV(B) | 26.86º | 0.42% | 0.98% | - |
| XYZ | 62.73 | 59.41 | 34.55 | - |
| YUV | 202.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 144 | 0 | 0.23 | 0.42 | 0.02 | 26.86 | 0.9 | 0.77 |
| Hex | F9 | BF | 90 | 0 | 17 | 2A | 2 | 1B | 5A | 4D |
| Octal | 371 | 277 | 220 | 0 | 27 | 52 | 2 | 33 | 132 | 115 |
| Binary | 11111001 | 10111111 | 10010000 | 0 | 10111 | 101010 | 10 | 11011 | 1011010 | 1001101 |
Color Harmonies of #F9BF90
Complementary color
Monochromatic Colors of #F9BF90
Black with #F9BF90
Text Example
Text Example
White with #F9BF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF90; }
p { color: rgb(249,191,144); }
H1.HeaderClassName
{
color: #F9BF90;
}
.AnyTagClassName
{
color: #F9BF90;
}
</style>
background-color css
<style>
a { background-color: #F9BF90; }
a { background-color: rgb(249,191,144); }
div.DivClassName
{
background-color: #F9BF90;
}
.BgClassName
{
background-color: #F9BF90;
}
</style>
border-color css
<style>
span { border-color: #F9BF90; }
span { border-color: rgb(249,191,144); }
td.TdClassName
{
border-color: #F9BF90;
}
.TagClassName
{
border-color: #F9BF90;
}
</style>