#FEBAB2

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

Shades of Melon #FEBAB2

Tints of Melon #FEBAB2

Color information

#FEBAB2 (or 0xFEBAB2) is unknown color: approx Melon. HEX triplet: FE, BA and B2. RGB value is (254,186,178). Sum of RGB (Red+Green+Blue) = 254+186+178=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAB2 is #01454D. Grayscale: #CDCDCD. Windows color (decimal): -83278 or 11713278. OLE color: 11713278.

HSL color Cylindrical-coordinate representation of color #FEBAB2: hue angle of 6.32º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEBAB2 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254186178-
CMYK00.270.300.00
HSL6.32º97.44%84.71%-
HSV(B)6.32º29.92%99.61%-
XYZ66.4759.450.08-
YUV205.42112.53162.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=41.10%
G=30.10%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418617800.270.300.006.3297.4484.71
HexFEBAB201B1E066155
Octal3762722620333606141125
Binary11111110101110101011001001101111110011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB2; }

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

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

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

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

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

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

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

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