Html Css Color HEX #FEC2A9 Melon

📋 copy color: '#FEC2A9'

red 254 ◦ green 194 ◦ blue 169

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

Shades of Melon #FEC2A9

Tints of Melon #FEC2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.39%

R = 41.17%
G = 31.44%
B = 27.39%

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

#FEC2A9 (or 0xFEC2A9) is known color: Melon. HEX triplet: FE, C2 and A9. RGB value is (254,194,169). Sum of RGB (Red+Green+Blue) = 254+194+169=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2A9 is #013D56. Grayscale: #D1D1D1. Windows color (decimal): -81239 or 11125502. OLE color: 11125502.

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

Color convert

RGB 254 194 169 -
CMYK 0 0.24 0.33 0.00
HSL 17.65º 0.98% 0.83% -
HSV(B) 17.65º 0.33% 1% -
XYZ 67.33 62.52 46.06 -
YUV 209.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 254 194 169 0 0.24 0.33 0.00 17.65 0.98 0.83
Hex FE C2 A9 0 18 21 0 12 62 53
Octal 376 302 251 0 30 41 0 22 142 123
Binary 11111110 11000010 10101001 0 11000 100001 0 10010 1100010 1010011

Color Harmonies of #FEC2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2A9

Black with #FEC2A9

Text Example


Text Example

White with #FEC2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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