#FEBAAC

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

Shades of Melon #FEBAAC

Tints of Melon #FEBAAC

Color information

#FEBAAC (or 0xFEBAAC) is unknown color: approx Melon. HEX triplet: FE, BA and AC. RGB value is (254,186,172). Sum of RGB (Red+Green+Blue) = 254+186+172=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAAC is #014553. Grayscale: #CCCCCC. Windows color (decimal): -83284 or 11320062. OLE color: 11320062.

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

Color convert

RGB254186172-
CMYK00.270.320.00
HSL10.24º97.62%83.53%-
HSV(B)10.24º32.28%99.61%-
XYZ65.8859.1746.98-
YUV204.74109.53163.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=41.50%
G=30.39%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418617200.270.320.0010.2497.6283.53
HexFEBAAC01B200a6254
Octal37627225403340012142124
Binary1111111010111010101011000110111000000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAAC; }

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

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

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

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

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

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

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

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