Shades of Melon #FDBBB1
Tints of Melon #FDBBB1
RGB
CMYK
RGB Variations
Color information
#FDBBB1 (or 0xFDBBB1) is known color: Melon. HEX triplet: FD, BB and B1. RGB value is (253,187,177). Sum of RGB (Red+Green+Blue) = 253+187+177=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBBB1 is #02444E. Grayscale: #CDCDCD. Windows color (decimal): -148559 or 11647997. OLE color: 11647997.
HSL color Cylindrical-coordinate representation of color #FDBBB1: hue angle of 7.89º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDBBB1 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 177 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 7.89º | 0.95% | 0.84% | - |
| HSV(B) | 7.89º | 0.3% | 0.99% | - |
| XYZ | 66.21 | 59.6 | 49.61 | - |
| YUV | 205.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 177 | 0 | 0.26 | 0.30 | 0.01 | 7.89 | 0.95 | 0.84 |
| Hex | FD | BB | B1 | 0 | 1A | 1E | 1 | 8 | 5F | 54 |
| Octal | 375 | 273 | 261 | 0 | 32 | 36 | 1 | 10 | 137 | 124 |
| Binary | 11111101 | 10111011 | 10110001 | 0 | 11010 | 11110 | 1 | 1000 | 1011111 | 1010100 |
Color Harmonies of #FDBBB1
Complementary color
Monochromatic Colors of #FDBBB1
Black with #FDBBB1
Text Example
Text Example
White with #FDBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBB1; }
p { color: rgb(253,187,177); }
H1.HeaderClassName
{
color: #FDBBB1;
}
.AnyTagClassName
{
color: #FDBBB1;
}
</style>
background-color css
<style>
a { background-color: #FDBBB1; }
a { background-color: rgb(253,187,177); }
div.DivClassName
{
background-color: #FDBBB1;
}
.BgClassName
{
background-color: #FDBBB1;
}
</style>
border-color css
<style>
span { border-color: #FDBBB1; }
span { border-color: rgb(253,187,177); }
td.TdClassName
{
border-color: #FDBBB1;
}
.TagClassName
{
border-color: #FDBBB1;
}
</style>