#FEBAB1

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

Shades of Melon #FEBAB1

Tints of Melon #FEBAB1

Color information

#FEBAB1 (or 0xFEBAB1) is unknown color: approx Melon. HEX triplet: FE, BA and B1. RGB value is (254,186,177). Sum of RGB (Red+Green+Blue) = 254+186+177=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAB1 is #01454E. Grayscale: #CDCDCD. Windows color (decimal): -83279 or 11647742. OLE color: 11647742.

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

Color convert

RGB254186177-
CMYK00.270.300.00
HSL7.01º97.47%84.51%-
HSV(B)7.01º30.31%99.61%-
XYZ66.3759.3649.56-
YUV205.31112.03162.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=41.17%
G=30.15%
B=28.69%

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
Decimal25418617700.270.300.007.0197.4784.51
HexFEBAB101B1E076155
Octal3762722610333607141125
Binary11111110101110101011000101101111110011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB1; }

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

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

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

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

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

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

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

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