Html Css Color HEX #FEC2AE Melon

📋 copy color: '#FEC2AE'

red 254 ◦ green 194 ◦ blue 174

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

Shades of Melon #FEC2AE

Tints of Melon #FEC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.19%

 BLUE value IS 174 (68.36% from 255) = 27.97%

R = 40.84%
G = 31.19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEC2AE (or 0xFEC2AE) is known color: Melon. HEX triplet: FE, C2 and AE. RGB value is (254,194,174). Sum of RGB (Red+Green+Blue) = 254+194+174=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AE is #013D51. Grayscale: #D1D1D1. Windows color (decimal): -81234 or 11453182. OLE color: 11453182.

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

Color convert

RGB 254 194 174 -
CMYK 0 0.24 0.31 0.00
HSL 15º 0.98% 0.84% -
HSV(B) 15º 0.31% 1% -
XYZ 67.8 62.71 48.58 -
YUV 209.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 254 194 174 0 0.24 0.31 0.00 15 0.98 0.84
Hex FE C2 AE 0 18 1F 0 F 62 54
Octal 376 302 256 0 30 37 0 17 142 124
Binary 11111110 11000010 10101110 0 11000 11111 0 1111 1100010 1010100

Color Harmonies of #FEC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2AE

Black with #FEC2AE

Text Example


Text Example

White with #FEC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2AE; }

 p { color: rgb(254,194,174); }

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

background-color css

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

 a { background-color: rgb(254,194,174); }

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

border-color css

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

 span { border-color: rgb(254,194,174); }

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