Shades of Mandys Pink #F9BB8C
Tints of Mandys Pink #F9BB8C
RGB
CMYK
RGB Variations
Color information
#F9BB8C (or 0xF9BB8C) is known color: Mandys Pink. HEX triplet: F9, BB and 8C. RGB value is (249,187,140). Sum of RGB (Red+Green+Blue) = 249+187+140=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BB8C is #064473. Grayscale: #C8C8C8. Windows color (decimal): -410740 or 9223161. OLE color: 9223161.
HSL color Cylindrical-coordinate representation of color #F9BB8C: hue angle of 25.87º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9BB8C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 140 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.87º | 0.9% | 0.76% | - |
| HSV(B) | 25.87º | 0.44% | 0.98% | - |
| XYZ | 61.57 | 57.57 | 32.68 | - |
| YUV | 200.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 140 | 0 | 0.25 | 0.44 | 0.02 | 25.87 | 0.9 | 0.76 |
| Hex | F9 | BB | 8C | 0 | 19 | 2C | 2 | 1A | 5A | 4C |
| Octal | 371 | 273 | 214 | 0 | 31 | 54 | 2 | 32 | 132 | 114 |
| Binary | 11111001 | 10111011 | 10001100 | 0 | 11001 | 101100 | 10 | 11010 | 1011010 | 1001100 |
Color Harmonies of #F9BB8C
Complementary color
Monochromatic Colors of #F9BB8C
Black with #F9BB8C
Text Example
Text Example
White with #F9BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BB8C; }
p { color: rgb(249,187,140); }
H1.HeaderClassName
{
color: #F9BB8C;
}
.AnyTagClassName
{
color: #F9BB8C;
}
</style>
background-color css
<style>
a { background-color: #F9BB8C; }
a { background-color: rgb(249,187,140); }
div.DivClassName
{
background-color: #F9BB8C;
}
.BgClassName
{
background-color: #F9BB8C;
}
</style>
border-color css
<style>
span { border-color: #F9BB8C; }
span { border-color: rgb(249,187,140); }
td.TdClassName
{
border-color: #F9BB8C;
}
.TagClassName
{
border-color: #F9BB8C;
}
</style>