Shades of Melon #FBBCB5
Tints of Melon #FBBCB5
RGB
CMYK
RGB Variations
Color information
#FBBCB5 (or 0xFBBCB5) is known color: Melon. HEX triplet: FB, BC and B5. RGB value is (251,188,181). Sum of RGB (Red+Green+Blue) = 251+188+181=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB5 is #04434A. Grayscale: #CECECE. Windows color (decimal): -279371 or 11910395. OLE color: 11910395.
HSL color Cylindrical-coordinate representation of color #FBBCB5: hue angle of 6º 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 #FBBCB5 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 181 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.02 |
| HSL | 6º | 0.9% | 0.85% | - |
| HSV(B) | 6º | 0.28% | 0.98% | - |
| XYZ | 66.11 | 59.81 | 51.78 | - |
| YUV | 206.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 181 | 0 | 0.25 | 0.28 | 0.02 | 6 | 0.9 | 0.85 |
| Hex | FB | BC | B5 | 0 | 19 | 1C | 2 | 6 | 5A | 55 |
| Octal | 373 | 274 | 265 | 0 | 31 | 34 | 2 | 6 | 132 | 125 |
| Binary | 11111011 | 10111100 | 10110101 | 0 | 11001 | 11100 | 10 | 110 | 1011010 | 1010101 |
Color Harmonies of #FBBCB5
Complementary color
Monochromatic Colors of #FBBCB5
Black with #FBBCB5
Text Example
Text Example
White with #FBBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCB5; }
p { color: rgb(251,188,181); }
H1.HeaderClassName
{
color: #FBBCB5;
}
.AnyTagClassName
{
color: #FBBCB5;
}
</style>
background-color css
<style>
a { background-color: #FBBCB5; }
a { background-color: rgb(251,188,181); }
div.DivClassName
{
background-color: #FBBCB5;
}
.BgClassName
{
background-color: #FBBCB5;
}
</style>
border-color css
<style>
span { border-color: #FBBCB5; }
span { border-color: rgb(251,188,181); }
td.TdClassName
{
border-color: #FBBCB5;
}
.TagClassName
{
border-color: #FBBCB5;
}
</style>