#FEBAAA

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

Shades of Melon #FEBAAA

Tints of Melon #FEBAAA

Color information

#FEBAAA (or 0xFEBAAA) is unknown color: approx Melon. HEX triplet: FE, BA and AA. RGB value is (254,186,170). Sum of RGB (Red+Green+Blue) = 254+186+170=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAAA is #014555. Grayscale: #CCCCCC. Windows color (decimal): -83286 or 11188990. OLE color: 11188990.

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

Color convert

RGB254186170-
CMYK00.270.330.00
HSL11.43º97.67%83.14%-
HSV(B)11.43º33.07%99.61%-
XYZ65.6959.0945.97-
YUV204.51108.53163.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=41.64%
G=30.49%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418617000.270.330.0011.4397.6783.14
HexFEBAAA01B210b6253
Octal37627225203341013142123
Binary1111111010111010101010100110111000010101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAAA; }

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

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

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

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

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

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

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

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