#FEB7B2

Color #FEB7B2 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FEB7B2

Tints of Melon #FEB7B2

Color information

#FEB7B2 (or 0xFEB7B2) is unknown color: approx Melon. HEX triplet: FE, B7 and B2. RGB value is (254,183,178). Sum of RGB (Red+Green+Blue) = 254+183+178=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7B2 is #01484D. Grayscale: #CBCBCB. Windows color (decimal): -84046 or 11712510. OLE color: 11712510.

HSL color Cylindrical-coordinate representation of color #FEB7B2: hue angle of 3.95º 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 #FEB7B2 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254183178-
CMYK00.280.300.00
HSL3.95º97.44%84.71%-
HSV(B)3.95º29.92%99.61%-
XYZ65.8458.1549.87-
YUV203.66113.52163.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=41.30%
G=29.76%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418317800.280.300.003.9597.4484.71
HexFEB7B201C1E046155
Octal3762672620343604141125
Binary11111110101101111011001001110011110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7B2; }

 p { color: rgb(254,183,178); }

 H1.HeaderClassName
 {
   color: #FEB7B2;
 }
 .AnyTagClassName
 {
   color: #FEB7B2;
 }
</style>
background-color css

<style>
 a { background-color: #FEB7B2; }

 a { background-color: rgb(254,183,178); }

 div.DivClassName
 {
   background-color: #FEB7B2;
 }
 .BgClassName
 {
   background-color: #FEB7B2;
 }
</style>
border-color css

<style>
 span { border-color: #FEB7B2; }

 span { border-color: rgb(254,183,178); }

 td.TdClassName
 {
   border-color: #FEB7B2;
 }
 .TagClassName
 {
   border-color: #FEB7B2;
 }
</style>