Shades of Melon #FEB7B7
Tints of Melon #FEB7B7
RGB
CMYK
RGB Variations
Color information
#FEB7B7 (or 0xFEB7B7) is known color: Melon. HEX triplet: FE, B7 and B7. RGB value is (254,183,183). Sum of RGB (Red+Green+Blue) = 254+183+183=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7B7 is #014848. Grayscale: #CCCCCC. Windows color (decimal): -84041 or 12040190. OLE color: 12040190.
HSL color Cylindrical-coordinate representation of color #FEB7B7: hue angle of 0º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7B7 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 183 | 183 | - |
CMYK | 0 | 0.28 | 0.28 | 0.00 |
HSL | 0º | 0.97% | 0.86% | - |
HSV(B) | 0º | 0.28% | 1% | - |
XYZ | 66.35 | 58.36 | 52.57 | - |
YUV | 204.23 | 116.02 | 163.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 183 | 183 | 0 | 0.28 | 0.28 | 0.00 | 0 | 0.97 | 0.86 |
Hex | FE | B7 | B7 | 0 | 1C | 1C | 0 | 0 | 61 | 56 |
Octal | 376 | 267 | 267 | 0 | 34 | 34 | 0 | 0 | 141 | 126 |
Binary | 11111110 | 10110111 | 10110111 | 0 | 11100 | 11100 | 0 | 0 | 1100001 | 1010110 |
Color Harmonies of #FEB7B7
Complementary color
Monochromatic Colors of #FEB7B7
Black with #FEB7B7
Text Example
Text Example
White with #FEB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7B7; }
p { color: rgb(254,183,183); }
H1.HeaderClassName
{
color: #FEB7B7;
}
.AnyTagClassName
{
color: #FEB7B7;
}
</style>
background-color css
<style>
a { background-color: #FEB7B7; }
a { background-color: rgb(254,183,183); }
div.DivClassName
{
background-color: #FEB7B7;
}
.BgClassName
{
background-color: #FEB7B7;
}
</style>
border-color css
<style>
span { border-color: #FEB7B7; }
span { border-color: rgb(254,183,183); }
td.TdClassName
{
border-color: #FEB7B7;
}
.TagClassName
{
border-color: #FEB7B7;
}
</style>