Html Css Color HEX #FEBEAD Melon

📋 copy color: '#FEBEAD'

red 254 ◦ green 190 ◦ blue 173

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

Shades of Melon #FEBEAD

Tints of Melon #FEBEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.04%

R = 41.17%
G = 30.79%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEBEAD (or 0xFEBEAD) is known color: Melon. HEX triplet: FE, BE and AD. RGB value is (254,190,173). Sum of RGB (Red+Green+Blue) = 254+190+173=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBEAD is #014152. Grayscale: #CFCFCF. Windows color (decimal): -82259 or 11386622. OLE color: 11386622.

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

Color convert

RGB 254 190 173 -
CMYK 0 0.25 0.32 0.00
HSL 12.59º 0.98% 0.84% -
HSV(B) 12.59º 0.32% 1% -
XYZ 66.83 60.91 47.77 -
YUV 207.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 254 190 173 0 0.25 0.32 0.00 12.59 0.98 0.84
Hex FE BE AD 0 19 20 0 D 62 54
Octal 376 276 255 0 31 40 0 15 142 124
Binary 11111110 10111110 10101101 0 11001 100000 0 1101 1100010 1010100

Color Harmonies of #FEBEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBEAD

Black with #FEBEAD

Text Example


Text Example

White with #FEBEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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