#FEBAAD

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

Shades of Melon #FEBAAD

Tints of Melon #FEBAAD

Color information

#FEBAAD (or 0xFEBAAD) is unknown color: approx Melon. HEX triplet: FE, BA and AD. RGB value is (254,186,173). Sum of RGB (Red+Green+Blue) = 254+186+173=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAAD is #014552. Grayscale: #CCCCCC. Windows color (decimal): -83283 or 11385598. OLE color: 11385598.

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

Color convert

RGB254186173-
CMYK00.270.320.00
HSL9.63º97.59%83.73%-
HSV(B)9.63º31.89%99.61%-
XYZ65.9759.2147.49-
YUV204.85110.03163.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=41.44%
G=30.34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418617300.270.320.009.6397.5983.73
HexFEBAAD01B200a6254
Octal37627225503340012142124
Binary1111111010111010101011010110111000000101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAAD; }

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

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

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

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

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

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

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

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