Shades of Melon #FDBBAA
Tints of Melon #FDBBAA
RGB
CMYK
RGB Variations
Color information
#FDBBAA (or 0xFDBBAA) is known color: Melon. HEX triplet: FD, BB and AA. RGB value is (253,187,170). Sum of RGB (Red+Green+Blue) = 253+187+170=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBAA is #024455. Grayscale: #CCCCCC. Windows color (decimal): -148566 or 11189245. OLE color: 11189245.
HSL color Cylindrical-coordinate representation of color #FDBBAA: hue angle of 12.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDBBAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.01 |
| HSL | 12.29º | 0.95% | 0.83% | - |
| HSV(B) | 12.29º | 0.33% | 0.99% | - |
| XYZ | 65.53 | 59.33 | 46.03 | - |
| YUV | 204.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 170 | 0 | 0.26 | 0.33 | 0.01 | 12.29 | 0.95 | 0.83 |
| Hex | FD | BB | AA | 0 | 1A | 21 | 1 | C | 5F | 53 |
| Octal | 375 | 273 | 252 | 0 | 32 | 41 | 1 | 14 | 137 | 123 |
| Binary | 11111101 | 10111011 | 10101010 | 0 | 11010 | 100001 | 1 | 1100 | 1011111 | 1010011 |
Color Harmonies of #FDBBAA
Complementary color
Monochromatic Colors of #FDBBAA
Black with #FDBBAA
Text Example
Text Example
White with #FDBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBAA; }
p { color: rgb(253,187,170); }
H1.HeaderClassName
{
color: #FDBBAA;
}
.AnyTagClassName
{
color: #FDBBAA;
}
</style>
background-color css
<style>
a { background-color: #FDBBAA; }
a { background-color: rgb(253,187,170); }
div.DivClassName
{
background-color: #FDBBAA;
}
.BgClassName
{
background-color: #FDBBAA;
}
</style>
border-color css
<style>
span { border-color: #FDBBAA; }
span { border-color: rgb(253,187,170); }
td.TdClassName
{
border-color: #FDBBAA;
}
.TagClassName
{
border-color: #FDBBAA;
}
</style>