#FEBAA8

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

Shades of Melon #FEBAA8

Tints of Melon #FEBAA8

Color information

#FEBAA8 (or 0xFEBAA8) is unknown color: approx Melon. HEX triplet: FE, BA and A8. RGB value is (254,186,168). Sum of RGB (Red+Green+Blue) = 254+186+168=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA8 is #014557. Grayscale: #CCCCCC. Windows color (decimal): -83288 or 11057918. OLE color: 11057918.

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

Color convert

RGB254186168-
CMYK00.270.340.00
HSL12.56º97.73%82.75%-
HSV(B)12.56º33.86%99.61%-
XYZ65.559.0244.98-
YUV204.28107.53163.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 168 (66.02% from 255) = 27.63%
R=41.78%
G=30.59%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418616800.270.340.0012.5697.7382.75
HexFEBAA801B220d6253
Octal37627225003342015142123
Binary1111111010111010101010000110111000100110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAA8; }

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

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

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

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

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

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

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

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