Html Css Color HEX #FEBAA4 Melon

📋 copy color: '#FEBAA4'

red 254 ◦ green 186 ◦ blue 164

#FEBAA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melon #FEBAA4

Tints of Melon #FEBAA4

RGB

 RED value IS 254 (99.61% from 255) = 42.05%

 GREEN value IS 186 (73.05% from 255) = 30.79%

 BLUE value IS 164 (64.45% from 255) = 27.15%

R = 42.05%
G = 30.79%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEBAA4 (or 0xFEBAA4) is known color: Melon. HEX triplet: FE, BA and A4. RGB value is (254,186,164). Sum of RGB (Red+Green+Blue) = 254+186+164=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBAA4 is #01455B. Grayscale: #CBCBCB. Windows color (decimal): -83292 or 10795774. OLE color: 10795774.

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

Color convert

RGB 254 186 164 -
CMYK 0 0.27 0.35 0.00
HSL 14.67º 0.98% 0.82% -
HSV(B) 14.67º 0.35% 1% -
XYZ 65.13 58.87 43.05 -
YUV 203.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 254 186 164 0 0.27 0.35 0.00 14.67 0.98 0.82
Hex FE BA A4 0 1B 23 0 F 62 52
Octal 376 272 244 0 33 43 0 17 142 122
Binary 11111110 10111010 10100100 0 11011 100011 0 1111 1100010 1010010

Color Harmonies of #FEBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAA4

Black with #FEBAA4

Text Example


Text Example

White with #FEBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAA4; }

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

 H1.HeaderClassName
 {
   color: #FEBAA4;
 }
 .AnyTagClassName
 {
   color: #FEBAA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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