#FEBDAF

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

Shades of Melon #FEBDAF

Tints of Melon #FEBDAF

Color information

#FEBDAF (or 0xFEBDAF) is unknown color: approx Melon. HEX triplet: FE, BD and AF. RGB value is (254,189,175). Sum of RGB (Red+Green+Blue) = 254+189+175=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBDAF is #014250. Grayscale: #CECECE. Windows color (decimal): -82513 or 11517438. OLE color: 11517438.

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

Color convert

RGB254189175-
CMYK00.260.310.00
HSL10.63º97.53%84.12%-
HSV(B)10.63º31.1%99.61%-
XYZ66.8160.5648.73-
YUV206.84110.03161.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=41.10%
G=30.58%
B=28.32%

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
Decimal25418917500.260.310.0010.6397.5384.12
HexFEBDAF01A1F0b6254
Octal37627525703237013142124
Binary111111101011110110101111011010111110101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBDAF; }

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

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

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

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

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

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

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

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