Shades of Melon #FBBDB5
Tints of Melon #FBBDB5
RGB
CMYK
RGB Variations
Color information
#FBBDB5 (or 0xFBBDB5) is known color: Melon. HEX triplet: FB, BD and B5. RGB value is (251,189,181). Sum of RGB (Red+Green+Blue) = 251+189+181=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDB5 is #04424A. Grayscale: #CECECE. Windows color (decimal): -279115 or 11910651. OLE color: 11910651.
HSL color Cylindrical-coordinate representation of color #FBBDB5: hue angle of 6.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBBDB5 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 181 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.02 |
| HSL | 6.86º | 0.9% | 0.85% | - |
| HSV(B) | 6.86º | 0.28% | 0.98% | - |
| XYZ | 66.32 | 60.24 | 51.85 | - |
| YUV | 206.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 181 | 0 | 0.25 | 0.28 | 0.02 | 6.86 | 0.9 | 0.85 |
| Hex | FB | BD | B5 | 0 | 19 | 1C | 2 | 7 | 5A | 55 |
| Octal | 373 | 275 | 265 | 0 | 31 | 34 | 2 | 7 | 132 | 125 |
| Binary | 11111011 | 10111101 | 10110101 | 0 | 11001 | 11100 | 10 | 111 | 1011010 | 1010101 |
Color Harmonies of #FBBDB5
Complementary color
Monochromatic Colors of #FBBDB5
Black with #FBBDB5
Text Example
Text Example
White with #FBBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDB5; }
p { color: rgb(251,189,181); }
H1.HeaderClassName
{
color: #FBBDB5;
}
.AnyTagClassName
{
color: #FBBDB5;
}
</style>
background-color css
<style>
a { background-color: #FBBDB5; }
a { background-color: rgb(251,189,181); }
div.DivClassName
{
background-color: #FBBDB5;
}
.BgClassName
{
background-color: #FBBDB5;
}
</style>
border-color css
<style>
span { border-color: #FBBDB5; }
span { border-color: rgb(251,189,181); }
td.TdClassName
{
border-color: #FBBDB5;
}
.TagClassName
{
border-color: #FBBDB5;
}
</style>