Html Css Color HEX #FEC2AB Melon

📋 copy color: '#FEC2AB'

red 254 ◦ green 194 ◦ blue 171

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

Shades of Melon #FEC2AB

Tints of Melon #FEC2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.63%

R = 41.03%
G = 31.34%
B = 27.63%

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

#FEC2AB (or 0xFEC2AB) is known color: Melon. HEX triplet: FE, C2 and AB. RGB value is (254,194,171). Sum of RGB (Red+Green+Blue) = 254+194+171=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2AB is #013D54. Grayscale: #D1D1D1. Windows color (decimal): -81237 or 11256574. OLE color: 11256574.

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

Color convert

RGB 254 194 171 -
CMYK 0 0.24 0.33 0.00
HSL 16.63º 0.98% 0.83% -
HSV(B) 16.63º 0.33% 1% -
XYZ 67.52 62.59 47.05 -
YUV 209.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 254 194 171 0 0.24 0.33 0.00 16.63 0.98 0.83
Hex FE C2 AB 0 18 21 0 11 62 53
Octal 376 302 253 0 30 41 0 21 142 123
Binary 11111110 11000010 10101011 0 11000 100001 0 10001 1100010 1010011

Color Harmonies of #FEC2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2AB

Black with #FEC2AB

Text Example


Text Example

White with #FEC2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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