Html Css Color HEX #FEBEA6 Melon

📋 copy color: '#FEBEA6'

red 254 ◦ green 190 ◦ blue 166

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

Shades of Melon #FEBEA6

Tints of Melon #FEBEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 41.64%
G = 31.15%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEBEA6 (or 0xFEBEA6) is known color: Melon. HEX triplet: FE, BE and A6. RGB value is (254,190,166). Sum of RGB (Red+Green+Blue) = 254+190+166=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEA6 is #014159. Grayscale: #CECECE. Windows color (decimal): -82266 or 10927870. OLE color: 10927870.

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

Color convert

RGB 254 190 166 -
CMYK 0 0.25 0.35 0.00
HSL 16.36º 0.98% 0.82% -
HSV(B) 16.36º 0.35% 1% -
XYZ 66.17 60.65 44.3 -
YUV 206.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 254 190 166 0 0.25 0.35 0.00 16.36 0.98 0.82
Hex FE BE A6 0 19 23 0 10 62 52
Octal 376 276 246 0 31 43 0 20 142 122
Binary 11111110 10111110 10100110 0 11001 100011 0 10000 1100010 1010010

Color Harmonies of #FEBEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEA6

Black with #FEBEA6

Text Example


Text Example

White with #FEBEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEA6; }

 p { color: rgb(254,190,166); }

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

background-color css

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

 a { background-color: rgb(254,190,166); }

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

border-color css

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

 span { border-color: rgb(254,190,166); }

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