Html Css Color HEX #FEC2B0 Melon

📋 copy color: '#FEC2B0'

red 254 ◦ green 194 ◦ blue 176

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

Shades of Melon #FEC2B0

Tints of Melon #FEC2B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.21%

R = 40.71%
G = 31.09%
B = 28.21%

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

#FEC2B0 (or 0xFEC2B0) is known color: Melon. HEX triplet: FE, C2 and B0. RGB value is (254,194,176). Sum of RGB (Red+Green+Blue) = 254+194+176=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC2B0 is #013D4F. Grayscale: #D2D2D2. Windows color (decimal): -81232 or 11584254. OLE color: 11584254.

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

Color convert

RGB 254 194 176 -
CMYK 0 0.24 0.31 0.00
HSL 13.85º 0.98% 0.84% -
HSV(B) 13.85º 0.31% 1% -
XYZ 68 62.79 49.61 -
YUV 209.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 254 194 176 0 0.24 0.31 0.00 13.85 0.98 0.84
Hex FE C2 B0 0 18 1F 0 E 62 54
Octal 376 302 260 0 30 37 0 16 142 124
Binary 11111110 11000010 10110000 0 11000 11111 0 1110 1100010 1010100

Color Harmonies of #FEC2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2B0

Black with #FEC2B0

Text Example


Text Example

White with #FEC2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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