#FEBAB0

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

Shades of Melon #FEBAB0

Tints of Melon #FEBAB0

Color information

#FEBAB0 (or 0xFEBAB0) is unknown color: approx Melon. HEX triplet: FE, BA and B0. RGB value is (254,186,176). Sum of RGB (Red+Green+Blue) = 254+186+176=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAB0 is #01454F. Grayscale: #CDCDCD. Windows color (decimal): -83280 or 11582206. OLE color: 11582206.

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

Color convert

RGB254186176-
CMYK00.270.310.00
HSL7.69º97.5%84.31%-
HSV(B)7.69º30.71%99.61%-
XYZ66.2759.3249.03-
YUV205.19111.53162.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=41.23%
G=30.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418617600.270.310.007.6997.584.31
HexFEBAB001B1F086254
Octal37627226003337010142124
Binary111111101011101010110000011011111110100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB0; }

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

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

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

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

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

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

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

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