Html Css Color HEX #FEC2AD Melon

📋 copy color: '#FEC2AD'

red 254 ◦ green 194 ◦ blue 173

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

Shades of Melon #FEC2AD

Tints of Melon #FEC2AD

RGB

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

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

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

R = 40.9%
G = 31.24%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEC2AD (or 0xFEC2AD) is known color: Melon. HEX triplet: FE, C2 and AD. RGB value is (254,194,173). Sum of RGB (Red+Green+Blue) = 254+194+173=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AD is #013D52. Grayscale: #D1D1D1. Windows color (decimal): -81235 or 11387646. OLE color: 11387646.

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

Color convert

RGB 254 194 173 -
CMYK 0 0.24 0.32 0.00
HSL 15.56º 0.98% 0.84% -
HSV(B) 15.56º 0.32% 1% -
XYZ 67.71 62.67 48.06 -
YUV 209.55 107.38 159.71 -
System Red Green Blue C M Y K H S L
Decimal 254 194 173 0 0.24 0.32 0.00 15.56 0.98 0.84
Hex FE C2 AD 0 18 20 0 10 62 54
Octal 376 302 255 0 30 40 0 20 142 124
Binary 11111110 11000010 10101101 0 11000 100000 0 10000 1100010 1010100

Color Harmonies of #FEC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2AD

Black with #FEC2AD

Text Example


Text Example

White with #FEC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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