Shades of Melon #FBC2B2
Tints of Melon #FBC2B2
RGB
CMYK
RGB Variations
Color information
#FBC2B2 (or 0xFBC2B2) is known color: Melon. HEX triplet: FB, C2 and B2. RGB value is (251,194,178). Sum of RGB (Red+Green+Blue) = 251+194+178=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2B2 is #043D4D. Grayscale: #D1D1D1. Windows color (decimal): -277838 or 11715323. OLE color: 11715323.
HSL color Cylindrical-coordinate representation of color #FBC2B2: hue angle of 13.15º 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 #FBC2B2 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 194 | 178 | - |
CMYK | 0 | 0.23 | 0.29 | 0.02 |
HSL | 13.15º | 0.9% | 0.84% | - |
HSV(B) | 13.15º | 0.29% | 0.98% | - |
XYZ | 67.11 | 62.31 | 50.61 | - |
YUV | 209.22 | 110.38 | 157.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 194 | 178 | 0 | 0.23 | 0.29 | 0.02 | 13.15 | 0.9 | 0.84 |
Hex | FB | C2 | B2 | 0 | 17 | 1D | 2 | D | 5A | 54 |
Octal | 373 | 302 | 262 | 0 | 27 | 35 | 2 | 15 | 132 | 124 |
Binary | 11111011 | 11000010 | 10110010 | 0 | 10111 | 11101 | 10 | 1101 | 1011010 | 1010100 |
Color Harmonies of #FBC2B2
Complementary color
Monochromatic Colors of #FBC2B2
Black with #FBC2B2
Text Example
Text Example
White with #FBC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2B2; }
p { color: rgb(251,194,178); }
H1.HeaderClassName
{
color: #FBC2B2;
}
.AnyTagClassName
{
color: #FBC2B2;
}
</style>
background-color css
<style>
a { background-color: #FBC2B2; }
a { background-color: rgb(251,194,178); }
div.DivClassName
{
background-color: #FBC2B2;
}
.BgClassName
{
background-color: #FBC2B2;
}
</style>
border-color css
<style>
span { border-color: #FBC2B2; }
span { border-color: rgb(251,194,178); }
td.TdClassName
{
border-color: #FBC2B2;
}
.TagClassName
{
border-color: #FBC2B2;
}
</style>