Shades of Melon #FBBCB4
Tints of Melon #FBBCB4
RGB
CMYK
RGB Variations
Color information
#FBBCB4 (or 0xFBBCB4) is known color: Melon. HEX triplet: FB, BC and B4. RGB value is (251,188,180). Sum of RGB (Red+Green+Blue) = 251+188+180=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCB4 is #04434B. Grayscale: #CECECE. Windows color (decimal): -279372 or 11844859. OLE color: 11844859.
HSL color Cylindrical-coordinate representation of color #FBBCB4: hue angle of 6.76º 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 #FBBCB4 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 180 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.02 |
| HSL | 6.76º | 0.9% | 0.85% | - |
| HSV(B) | 6.76º | 0.28% | 0.98% | - |
| XYZ | 66.01 | 59.77 | 51.24 | - |
| YUV | 205.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 180 | 0 | 0.25 | 0.28 | 0.02 | 6.76 | 0.9 | 0.85 |
| Hex | FB | BC | B4 | 0 | 19 | 1C | 2 | 7 | 5A | 55 |
| Octal | 373 | 274 | 264 | 0 | 31 | 34 | 2 | 7 | 132 | 125 |
| Binary | 11111011 | 10111100 | 10110100 | 0 | 11001 | 11100 | 10 | 111 | 1011010 | 1010101 |
Color Harmonies of #FBBCB4
Complementary color
Monochromatic Colors of #FBBCB4
Black with #FBBCB4
Text Example
Text Example
White with #FBBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBCB4; }
p { color: rgb(251,188,180); }
H1.HeaderClassName
{
color: #FBBCB4;
}
.AnyTagClassName
{
color: #FBBCB4;
}
</style>
background-color css
<style>
a { background-color: #FBBCB4; }
a { background-color: rgb(251,188,180); }
div.DivClassName
{
background-color: #FBBCB4;
}
.BgClassName
{
background-color: #FBBCB4;
}
</style>
border-color css
<style>
span { border-color: #FBBCB4; }
span { border-color: rgb(251,188,180); }
td.TdClassName
{
border-color: #FBBCB4;
}
.TagClassName
{
border-color: #FBBCB4;
}
</style>