#FEBBAF

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

Shades of Melon #FEBBAF

Tints of Melon #FEBBAF

Color information

#FEBBAF (or 0xFEBBAF) is unknown color: approx Melon. HEX triplet: FE, BB and AF. RGB value is (254,187,175). Sum of RGB (Red+Green+Blue) = 254+187+175=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBBAF is #014450. Grayscale: #CDCDCD. Windows color (decimal): -83025 or 11516926. OLE color: 11516926.

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

Color convert

RGB254187175-
CMYK00.260.310.00
HSL9.11º97.53%84.12%-
HSV(B)9.11º31.1%99.61%-
XYZ66.3859.7148.58-
YUV205.66110.7162.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 175 (68.75% from 255) = 28.41%
R=41.23%
G=30.36%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418717500.260.310.009.1197.5384.12
HexFEBBAF01A1F096254
Octal37627325703237011142124
Binary111111101011101110101111011010111110100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBBAF; }

 p { color: rgb(254,187,175); }

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

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

 a { background-color: rgb(254,187,175); }

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

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

 span { border-color: rgb(254,187,175); }

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