Html Css Color HEX #FEC2AF Melon

📋 copy color: '#FEC2AF'

red 254 ◦ green 194 ◦ blue 175

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

Shades of Melon #FEC2AF

Tints of Melon #FEC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.09%

R = 40.77%
G = 31.14%
B = 28.09%

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

#FEC2AF (or 0xFEC2AF) is known color: Melon. HEX triplet: FE, C2 and AF. RGB value is (254,194,175). Sum of RGB (Red+Green+Blue) = 254+194+175=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AF is #013D50. Grayscale: #D1D1D1. Windows color (decimal): -81233 or 11518718. OLE color: 11518718.

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

Color convert

RGB 254 194 175 -
CMYK 0 0.24 0.31 0.00
HSL 14.43º 0.98% 0.84% -
HSV(B) 14.43º 0.31% 1% -
XYZ 67.9 62.75 49.09 -
YUV 209.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 254 194 175 0 0.24 0.31 0.00 14.43 0.98 0.84
Hex FE C2 AF 0 18 1F 0 E 62 54
Octal 376 302 257 0 30 37 0 16 142 124
Binary 11111110 11000010 10101111 0 11000 11111 0 1110 1100010 1010100

Color Harmonies of #FEC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2AF

Black with #FEC2AF

Text Example


Text Example

White with #FEC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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