Shades of Melon #F9C2AD
Tints of Melon #F9C2AD
RGB
CMYK
RGB Variations
Color information
#F9C2AD (or 0xF9C2AD) is known color: Melon. HEX triplet: F9, C2 and AD. RGB value is (249,194,173). Sum of RGB (Red+Green+Blue) = 249+194+173=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C2AD is #063D52. Grayscale: #D0D0D0. Windows color (decimal): -408915 or 11387641. OLE color: 11387641.
HSL color Cylindrical-coordinate representation of color #F9C2AD: hue angle of 16.58º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9C2AD is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 194 | 173 | - |
CMYK | 0 | 0.22 | 0.31 | 0.02 |
HSL | 16.58º | 0.86% | 0.83% | - |
HSV(B) | 16.58º | 0.31% | 0.98% | - |
XYZ | 65.9 | 61.74 | 47.98 | - |
YUV | 208.05 | 108.22 | 157.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 194 | 173 | 0 | 0.22 | 0.31 | 0.02 | 16.58 | 0.86 | 0.83 |
Hex | F9 | C2 | AD | 0 | 16 | 1F | 2 | 11 | 56 | 53 |
Octal | 371 | 302 | 255 | 0 | 26 | 37 | 2 | 21 | 126 | 123 |
Binary | 11111001 | 11000010 | 10101101 | 0 | 10110 | 11111 | 10 | 10001 | 1010110 | 1010011 |
Color Harmonies of #F9C2AD
Complementary color
Monochromatic Colors of #F9C2AD
Black with #F9C2AD
Text Example
Text Example
White with #F9C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C2AD; }
p { color: rgb(249,194,173); }
H1.HeaderClassName
{
color: #F9C2AD;
}
.AnyTagClassName
{
color: #F9C2AD;
}
</style>
background-color css
<style>
a { background-color: #F9C2AD; }
a { background-color: rgb(249,194,173); }
div.DivClassName
{
background-color: #F9C2AD;
}
.BgClassName
{
background-color: #F9C2AD;
}
</style>
border-color css
<style>
span { border-color: #F9C2AD; }
span { border-color: rgb(249,194,173); }
td.TdClassName
{
border-color: #F9C2AD;
}
.TagClassName
{
border-color: #F9C2AD;
}
</style>