Shades of Melon #FDBBB5
Tints of Melon #FDBBB5
RGB
CMYK
RGB Variations
Color information
#FDBBB5 (or 0xFDBBB5) is known color: Melon. HEX triplet: FD, BB and B5. RGB value is (253,187,181). Sum of RGB (Red+Green+Blue) = 253+187+181=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB5 is #02444A. Grayscale: #CECECE. Windows color (decimal): -148555 or 11910141. OLE color: 11910141.
HSL color Cylindrical-coordinate representation of color #FDBBB5: hue angle of 5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDBBB5 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 181 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.01 |
| HSL | 5º | 0.95% | 0.85% | - |
| HSV(B) | 5º | 0.28% | 0.99% | - |
| XYZ | 66.62 | 59.76 | 51.74 | - |
| YUV | 206.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 181 | 0 | 0.26 | 0.28 | 0.01 | 5 | 0.95 | 0.85 |
| Hex | FD | BB | B5 | 0 | 1A | 1C | 1 | 5 | 5F | 55 |
| Octal | 375 | 273 | 265 | 0 | 32 | 34 | 1 | 5 | 137 | 125 |
| Binary | 11111101 | 10111011 | 10110101 | 0 | 11010 | 11100 | 1 | 101 | 1011111 | 1010101 |
Color Harmonies of #FDBBB5
Complementary color
Monochromatic Colors of #FDBBB5
Black with #FDBBB5
Text Example
Text Example
White with #FDBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBB5; }
p { color: rgb(253,187,181); }
H1.HeaderClassName
{
color: #FDBBB5;
}
.AnyTagClassName
{
color: #FDBBB5;
}
</style>
background-color css
<style>
a { background-color: #FDBBB5; }
a { background-color: rgb(253,187,181); }
div.DivClassName
{
background-color: #FDBBB5;
}
.BgClassName
{
background-color: #FDBBB5;
}
</style>
border-color css
<style>
span { border-color: #FDBBB5; }
span { border-color: rgb(253,187,181); }
td.TdClassName
{
border-color: #FDBBB5;
}
.TagClassName
{
border-color: #FDBBB5;
}
</style>