Html Css Color HEX #FEC3AF Melon

📋 copy color: '#FEC3AF'

red 254 ◦ green 195 ◦ blue 175

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

Shades of Melon #FEC3AF

Tints of Melon #FEC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.25%

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

R = 40.71%
G = 31.25%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEC3AF (or 0xFEC3AF) is known color: Melon. HEX triplet: FE, C3 and AF. RGB value is (254,195,175). Sum of RGB (Red+Green+Blue) = 254+195+175=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3AF is #013C50. Grayscale: #D2D2D2. Windows color (decimal): -80977 or 11518974. OLE color: 11518974.

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

Color convert

RGB 254 195 175 -
CMYK 0 0.23 0.31 0.00
HSL 15.19º 0.98% 0.84% -
HSV(B) 15.19º 0.31% 1% -
XYZ 68.13 63.2 49.16 -
YUV 210.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 254 195 175 0 0.23 0.31 0.00 15.19 0.98 0.84
Hex FE C3 AF 0 17 1F 0 F 62 54
Octal 376 303 257 0 27 37 0 17 142 124
Binary 11111110 11000011 10101111 0 10111 11111 0 1111 1100010 1010100

Color Harmonies of #FEC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3AF

Black with #FEC3AF

Text Example


Text Example

White with #FEC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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