#FEBAA4

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

Shades of Melon #FEBAA4

Tints of Melon #FEBAA4

Color information

#FEBAA4 (or 0xFEBAA4) is unknown color: approx Melon. HEX triplet: FE, BA and A4. RGB value is (254,186,164). Sum of RGB (Red+Green+Blue) = 254+186+164=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA4 is #01455B. Grayscale: #CBCBCB. Windows color (decimal): -83292 or 10795774. OLE color: 10795774.

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

Color convert

RGB254186164-
CMYK00.270.350.00
HSL14.67º97.83%81.96%-
HSV(B)14.67º35.43%99.61%-
XYZ65.1358.8743.05-
YUV203.82105.53163.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 164 (64.45% from 255) = 27.15%
R=42.05%
G=30.79%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418616400.270.350.0014.6797.8381.96
HexFEBAA401B230f6252
Octal37627224403343017142122
Binary1111111010111010101001000110111000110111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAA4; }

 p { color: rgb(254,186,164); }

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

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

 a { background-color: rgb(254,186,164); }

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

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

 span { border-color: rgb(254,186,164); }

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