Html Css Color HEX #FEC0AA Melon

📋 copy color: '#FEC0AA'

red 254 ◦ green 192 ◦ blue 170

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

Shades of Melon #FEC0AA

Tints of Melon #FEC0AA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.17%

 BLUE value IS 170 (66.8% from 255) = 27.6%

R = 41.23%
G = 31.17%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC0AA (or 0xFEC0AA) is known color: Melon. HEX triplet: FE, C0 and AA. RGB value is (254,192,170). Sum of RGB (Red+Green+Blue) = 254+192+170=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0AA is #013F55. Grayscale: #D0D0D0. Windows color (decimal): -81750 or 11190526. OLE color: 11190526.

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

Color convert

RGB 254 192 170 -
CMYK 0 0.24 0.33 0.00
HSL 15.71º 0.98% 0.83% -
HSV(B) 15.71º 0.33% 1% -
XYZ 66.98 61.67 46.4 -
YUV 208.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 254 192 170 0 0.24 0.33 0.00 15.71 0.98 0.83
Hex FE C0 AA 0 18 21 0 10 62 53
Octal 376 300 252 0 30 41 0 20 142 123
Binary 11111110 11000000 10101010 0 11000 100001 0 10000 1100010 1010011

Color Harmonies of #FEC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0AA

Black with #FEC0AA

Text Example


Text Example

White with #FEC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0AA; }

 p { color: rgb(254,192,170); }

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

background-color css

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

 a { background-color: rgb(254,192,170); }

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

border-color css

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

 span { border-color: rgb(254,192,170); }

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