#FEBAB4

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

Shades of Melon #FEBAB4

Tints of Melon #FEBAB4

Color information

#FEBAB4 (or 0xFEBAB4) is unknown color: approx Melon. HEX triplet: FE, BA and B4. RGB value is (254,186,180). Sum of RGB (Red+Green+Blue) = 254+186+180=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB4 is #01454B. Grayscale: #CDCDCD. Windows color (decimal): -83276 or 11844350. OLE color: 11844350.

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

Color convert

RGB254186180-
CMYK00.270.290.00
HSL4.86º97.37%85.1%-
HSV(B)4.86º29.13%99.61%-
XYZ66.6759.4851.15-
YUV205.65113.53162.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=40.97%
G=30%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418618000.270.290.004.8697.3785.1
HexFEBAB401B1D056155
Octal3762722640333505141125
Binary11111110101110101011010001101111101010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB4; }

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

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

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

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

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

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

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

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