Html Css Color HEX #FEC3AC Melon

📋 copy color: '#FEC3AC'

red 254 ◦ green 195 ◦ blue 172

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

Shades of Melon #FEC3AC

Tints of Melon #FEC3AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.7%

R = 40.9%
G = 31.4%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEC3AC (or 0xFEC3AC) is known color: Melon. HEX triplet: FE, C3 and AC. RGB value is (254,195,172). Sum of RGB (Red+Green+Blue) = 254+195+172=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3AC is #013C53. Grayscale: #D2D2D2. Windows color (decimal): -80980 or 11322366. OLE color: 11322366.

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

Color convert

RGB 254 195 172 -
CMYK 0 0.23 0.32 0.00
HSL 16.83º 0.98% 0.84% -
HSV(B) 16.83º 0.32% 1% -
XYZ 67.83 63.08 47.63 -
YUV 210.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 254 195 172 0 0.23 0.32 0.00 16.83 0.98 0.84
Hex FE C3 AC 0 17 20 0 11 62 54
Octal 376 303 254 0 27 40 0 21 142 124
Binary 11111110 11000011 10101100 0 10111 100000 0 10001 1100010 1010100

Color Harmonies of #FEC3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3AC

Black with #FEC3AC

Text Example


Text Example

White with #FEC3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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