Shades of Melon #F3BBAA
Tints of Melon #F3BBAA
RGB
CMYK
RGB Variations
Color information
#F3BBAA (or 0xF3BBAA) is known color: Melon. HEX triplet: F3, BB and AA. RGB value is (243,187,170). Sum of RGB (Red+Green+Blue) = 243+187+170=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BBAA is #0C4455. Grayscale: #C9C9C9. Windows color (decimal): -803926 or 11189235. OLE color: 11189235.
HSL color Cylindrical-coordinate representation of color #F3BBAA: hue angle of 13.97º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3BBAA is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 170 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.05 |
| HSL | 13.97º | 0.75% | 0.81% | - |
| HSV(B) | 13.97º | 0.3% | 0.95% | - |
| XYZ | 61.99 | 57.5 | 45.86 | - |
| YUV | 201.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 170 | 0 | 0.23 | 0.30 | 0.05 | 13.97 | 0.75 | 0.81 |
| Hex | F3 | BB | AA | 0 | 17 | 1E | 5 | E | 4B | 51 |
| Octal | 363 | 273 | 252 | 0 | 27 | 36 | 5 | 16 | 113 | 121 |
| Binary | 11110011 | 10111011 | 10101010 | 0 | 10111 | 11110 | 101 | 1110 | 1001011 | 1010001 |
Color Harmonies of #F3BBAA
Complementary color
Monochromatic Colors of #F3BBAA
Black with #F3BBAA
Text Example
Text Example
White with #F3BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBAA; }
p { color: rgb(243,187,170); }
H1.HeaderClassName
{
color: #F3BBAA;
}
.AnyTagClassName
{
color: #F3BBAA;
}
</style>
background-color css
<style>
a { background-color: #F3BBAA; }
a { background-color: rgb(243,187,170); }
div.DivClassName
{
background-color: #F3BBAA;
}
.BgClassName
{
background-color: #F3BBAA;
}
</style>
border-color css
<style>
span { border-color: #F3BBAA; }
span { border-color: rgb(243,187,170); }
td.TdClassName
{
border-color: #F3BBAA;
}
.TagClassName
{
border-color: #F3BBAA;
}
</style>