#FEB5AC

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

Shades of Melon #FEB5AC

Tints of Melon #FEB5AC

Color information

#FEB5AC (or 0xFEB5AC) is unknown color: approx Melon. HEX triplet: FE, B5 and AC. RGB value is (254,181,172). Sum of RGB (Red+Green+Blue) = 254+181+172=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB5AC is #014A53. Grayscale: #C9C9C9. Windows color (decimal): -84564 or 11318782. OLE color: 11318782.

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

Color convert

RGB254181172-
CMYK00.290.320.00
HSL6.59º97.62%83.53%-
HSV(B)6.59º32.28%99.61%-
XYZ64.8457.146.63-
YUV201.8111.18165.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=41.85%
G=29.82%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418117200.290.320.006.5997.6283.53
HexFEB5AC01D20076254
Octal3762652540354007142124
Binary111111101011010110101100011101100000011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5AC; }

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

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

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

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

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

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

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

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