#FEBEAF

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

Shades of Melon #FEBEAF

Tints of Melon #FEBEAF

Color information

#FEBEAF (or 0xFEBEAF) is unknown color: approx Melon. HEX triplet: FE, BE and AF. RGB value is (254,190,175). Sum of RGB (Red+Green+Blue) = 254+190+175=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAF is #014150. Grayscale: #CFCFCF. Windows color (decimal): -82257 or 11517694. OLE color: 11517694.

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

Color convert

RGB254190175-
CMYK00.250.310.00
HSL11.39º97.53%84.12%-
HSV(B)11.39º31.1%99.61%-
XYZ67.0260.9948.8-
YUV207.43109.7161.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=41.03%
G=30.69%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419017500.250.310.0011.3997.5384.12
HexFEBEAF0191F0b6254
Octal37627625703137013142124
Binary111111101011111010101111011001111110101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBEAF; }

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

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

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

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

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

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

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

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