#FEBBAA

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

Shades of Melon #FEBBAA

Tints of Melon #FEBBAA

Color information

#FEBBAA (or 0xFEBBAA) is unknown color: approx Melon. HEX triplet: FE, BB and AA. RGB value is (254,187,170). Sum of RGB (Red+Green+Blue) = 254+187+170=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBAA is #014455. Grayscale: #CDCDCD. Windows color (decimal): -83030 or 11189246. OLE color: 11189246.

HSL color Cylindrical-coordinate representation of color #FEBBAA: hue angle of 12.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEBBAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254187170-
CMYK00.260.330.00
HSL12.14º97.67%83.14%-
HSV(B)12.14º33.07%99.61%-
XYZ65.959.5146.04-
YUV205.09108.2162.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=41.57%
G=30.61%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418717000.260.330.0012.1497.6783.14
HexFEBBAA01A210c6253
Octal37627325203241014142123
Binary1111111010111011101010100110101000010110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBAA; }

 p { color: rgb(254,187,170); }

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

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

 a { background-color: rgb(254,187,170); }

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

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

 span { border-color: rgb(254,187,170); }

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