Shades of Melon #FDBBA6
Tints of Melon #FDBBA6
RGB
CMYK
RGB Variations
Color information
#FDBBA6 (or 0xFDBBA6) is known color: Melon. HEX triplet: FD, BB and A6. RGB value is (253,187,166). Sum of RGB (Red+Green+Blue) = 253+187+166=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBA6 is #024459. Grayscale: #CCCCCC. Windows color (decimal): -148570 or 10927101. OLE color: 10927101.
HSL color Cylindrical-coordinate representation of color #FDBBA6: hue angle of 14.48º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDBBA6 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 166 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 14.48º | 0.96% | 0.82% | - |
| HSV(B) | 14.48º | 0.34% | 0.99% | - |
| XYZ | 65.16 | 59.18 | 44.06 | - |
| YUV | 204.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 166 | 0 | 0.26 | 0.34 | 0.01 | 14.48 | 0.96 | 0.82 |
| Hex | FD | BB | A6 | 0 | 1A | 22 | 1 | E | 60 | 52 |
| Octal | 375 | 273 | 246 | 0 | 32 | 42 | 1 | 16 | 140 | 122 |
| Binary | 11111101 | 10111011 | 10100110 | 0 | 11010 | 100010 | 1 | 1110 | 1100000 | 1010010 |
Color Harmonies of #FDBBA6
Complementary color
Monochromatic Colors of #FDBBA6
Black with #FDBBA6
Text Example
Text Example
White with #FDBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBA6; }
p { color: rgb(253,187,166); }
H1.HeaderClassName
{
color: #FDBBA6;
}
.AnyTagClassName
{
color: #FDBBA6;
}
</style>
background-color css
<style>
a { background-color: #FDBBA6; }
a { background-color: rgb(253,187,166); }
div.DivClassName
{
background-color: #FDBBA6;
}
.BgClassName
{
background-color: #FDBBA6;
}
</style>
border-color css
<style>
span { border-color: #FDBBA6; }
span { border-color: rgb(253,187,166); }
td.TdClassName
{
border-color: #FDBBA6;
}
.TagClassName
{
border-color: #FDBBA6;
}
</style>