Shades of Melon #FEB6B2
Tints of Melon #FEB6B2
RGB
CMYK
RGB Variations
Color information
#FEB6B2 (or 0xFEB6B2) is known color: Melon. HEX triplet: FE, B6 and B2. RGB value is (254,182,178). Sum of RGB (Red+Green+Blue) = 254+182+178=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6B2 is #01494D. Grayscale: #CBCBCB. Windows color (decimal): -84302 or 11712254. OLE color: 11712254.
HSL color Cylindrical-coordinate representation of color #FEB6B2: hue angle of 3.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB6B2 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 178 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.00 |
| HSL | 3.16º | 0.97% | 0.85% | - |
| HSV(B) | 3.16º | 0.3% | 1% | - |
| XYZ | 65.64 | 57.74 | 49.81 | - |
| YUV | 203.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 178 | 0 | 0.28 | 0.30 | 0.00 | 3.16 | 0.97 | 0.85 |
| Hex | FE | B6 | B2 | 0 | 1C | 1E | 0 | 3 | 61 | 55 |
| Octal | 376 | 266 | 262 | 0 | 34 | 36 | 0 | 3 | 141 | 125 |
| Binary | 11111110 | 10110110 | 10110010 | 0 | 11100 | 11110 | 0 | 11 | 1100001 | 1010101 |
Color Harmonies of #FEB6B2
Complementary color
Monochromatic Colors of #FEB6B2
Black with #FEB6B2
Text Example
Text Example
White with #FEB6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB6B2; }
p { color: rgb(254,182,178); }
H1.HeaderClassName
{
color: #FEB6B2;
}
.AnyTagClassName
{
color: #FEB6B2;
}
</style>
background-color css
<style>
a { background-color: #FEB6B2; }
a { background-color: rgb(254,182,178); }
div.DivClassName
{
background-color: #FEB6B2;
}
.BgClassName
{
background-color: #FEB6B2;
}
</style>
border-color css
<style>
span { border-color: #FEB6B2; }
span { border-color: rgb(254,182,178); }
td.TdClassName
{
border-color: #FEB6B2;
}
.TagClassName
{
border-color: #FEB6B2;
}
</style>