#FEBAB7

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

Shades of Melon #FEBAB7

Tints of Melon #FEBAB7

Color information

#FEBAB7 (or 0xFEBAB7) is unknown color: approx Melon. HEX triplet: FE, BA and B7. RGB value is (254,186,183). Sum of RGB (Red+Green+Blue) = 254+186+183=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB7 is #014548. Grayscale: #CECECE. Windows color (decimal): -83273 or 12040958. OLE color: 12040958.

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

Color convert

RGB254186183-
CMYK00.270.280.00
HSL2.54º97.26%85.69%-
HSV(B)2.54º27.95%99.61%-
XYZ66.9859.6152.77-
YUV205.99115.03162.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=40.77%
G=29.86%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418618300.270.280.002.5497.2685.69
HexFEBAB701B1C036156
Octal3762722670333403141126
Binary1111111010111010101101110110111110001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB7; }

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

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

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

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

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

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

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

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