Html Css Color HEX #FEC3AD Melon

📋 copy color: '#FEC3AD'

red 254 ◦ green 195 ◦ blue 173

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

Shades of Melon #FEC3AD

Tints of Melon #FEC3AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.81%

R = 40.84%
G = 31.35%
B = 27.81%

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

#FEC3AD (or 0xFEC3AD) is known color: Melon. HEX triplet: FE, C3 and AD. RGB value is (254,195,173). Sum of RGB (Red+Green+Blue) = 254+195+173=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3AD is #013C52. Grayscale: #D2D2D2. Windows color (decimal): -80979 or 11387902. OLE color: 11387902.

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

Color convert

RGB 254 195 173 -
CMYK 0 0.23 0.32 0.00
HSL 16.3º 0.98% 0.84% -
HSV(B) 16.3º 0.32% 1% -
XYZ 67.93 63.12 48.14 -
YUV 210.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 254 195 173 0 0.23 0.32 0.00 16.3 0.98 0.84
Hex FE C3 AD 0 17 20 0 10 62 54
Octal 376 303 255 0 27 40 0 20 142 124
Binary 11111110 11000011 10101101 0 10111 100000 0 10000 1100010 1010100

Color Harmonies of #FEC3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3AD

Black with #FEC3AD

Text Example


Text Example

White with #FEC3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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