#FEBEAB

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

Shades of Melon #FEBEAB

Tints of Melon #FEBEAB

Color information

#FEBEAB (or 0xFEBEAB) is unknown color: approx Melon. HEX triplet: FE, BE and AB. RGB value is (254,190,171). Sum of RGB (Red+Green+Blue) = 254+190+171=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAB is #014154. Grayscale: #CFCFCF. Windows color (decimal): -82261 or 11255550. OLE color: 11255550.

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

Color convert

RGB254190171-
CMYK00.250.330.00
HSL13.73º97.65%83.33%-
HSV(B)13.73º32.68%99.61%-
XYZ66.6460.8446.76-
YUV206.97107.7161.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=41.30%
G=30.89%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419017100.250.330.0013.7397.6583.33
HexFEBEAB019210e6253
Octal37627625303141016142123
Binary1111111010111110101010110110011000010111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEAB; }

 p { color: rgb(254,190,171); }

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

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

 a { background-color: rgb(254,190,171); }

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

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

 span { border-color: rgb(254,190,171); }

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