Shades of Mandys Pink #F9B08A
Tints of Mandys Pink #F9B08A
RGB
CMYK
RGB Variations
Color information
#F9B08A (or 0xF9B08A) is known color: Mandys Pink. HEX triplet: F9, B0 and 8A. RGB value is (249,176,138). Sum of RGB (Red+Green+Blue) = 249+176+138=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B08A is #064F75. Grayscale: #C1C1C1. Windows color (decimal): -413558 or 9089273. OLE color: 9089273.
HSL color Cylindrical-coordinate representation of color #F9B08A: hue angle of 20.54º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9B08A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 138 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.02 |
| HSL | 20.54º | 0.9% | 0.76% | - |
| HSV(B) | 20.54º | 0.45% | 0.98% | - |
| XYZ | 59.18 | 53.03 | 31.16 | - |
| YUV | 193.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 138 | 0 | 0.29 | 0.45 | 0.02 | 20.54 | 0.9 | 0.76 |
| Hex | F9 | B0 | 8A | 0 | 1D | 2D | 2 | 15 | 5A | 4C |
| Octal | 371 | 260 | 212 | 0 | 35 | 55 | 2 | 25 | 132 | 114 |
| Binary | 11111001 | 10110000 | 10001010 | 0 | 11101 | 101101 | 10 | 10101 | 1011010 | 1001100 |
Color Harmonies of #F9B08A
Complementary color
Monochromatic Colors of #F9B08A
Black with #F9B08A
Text Example
Text Example
White with #F9B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B08A; }
p { color: rgb(249,176,138); }
H1.HeaderClassName
{
color: #F9B08A;
}
.AnyTagClassName
{
color: #F9B08A;
}
</style>
background-color css
<style>
a { background-color: #F9B08A; }
a { background-color: rgb(249,176,138); }
div.DivClassName
{
background-color: #F9B08A;
}
.BgClassName
{
background-color: #F9B08A;
}
</style>
border-color css
<style>
span { border-color: #F9B08A; }
span { border-color: rgb(249,176,138); }
td.TdClassName
{
border-color: #F9B08A;
}
.TagClassName
{
border-color: #F9B08A;
}
</style>