Shades of Melon #FBBDB2
Tints of Melon #FBBDB2
RGB
CMYK
RGB Variations
Color information
#FBBDB2 (or 0xFBBDB2) is known color: Melon. HEX triplet: FB, BD and B2. RGB value is (251,189,178). Sum of RGB (Red+Green+Blue) = 251+189+178=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBDB2 is #04424D. Grayscale: #CECECE. Windows color (decimal): -279118 or 11714043. OLE color: 11714043.
HSL color Cylindrical-coordinate representation of color #FBBDB2: hue angle of 9.04º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBBDB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 178 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.02 |
| HSL | 9.04º | 0.9% | 0.84% | - |
| HSV(B) | 9.04º | 0.29% | 0.98% | - |
| XYZ | 66.02 | 60.12 | 50.24 | - |
| YUV | 206.28 | 112.04 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 178 | 0 | 0.25 | 0.29 | 0.02 | 9.04 | 0.9 | 0.84 |
| Hex | FB | BD | B2 | 0 | 19 | 1D | 2 | 9 | 5A | 54 |
| Octal | 373 | 275 | 262 | 0 | 31 | 35 | 2 | 11 | 132 | 124 |
| Binary | 11111011 | 10111101 | 10110010 | 0 | 11001 | 11101 | 10 | 1001 | 1011010 | 1010100 |
Color Harmonies of #FBBDB2
Complementary color
Monochromatic Colors of #FBBDB2
Black with #FBBDB2
Text Example
Text Example
White with #FBBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDB2; }
p { color: rgb(251,189,178); }
H1.HeaderClassName
{
color: #FBBDB2;
}
.AnyTagClassName
{
color: #FBBDB2;
}
</style>
background-color css
<style>
a { background-color: #FBBDB2; }
a { background-color: rgb(251,189,178); }
div.DivClassName
{
background-color: #FBBDB2;
}
.BgClassName
{
background-color: #FBBDB2;
}
</style>
border-color css
<style>
span { border-color: #FBBDB2; }
span { border-color: rgb(251,189,178); }
td.TdClassName
{
border-color: #FBBDB2;
}
.TagClassName
{
border-color: #FBBDB2;
}
</style>