Html Css Color HEX #FEC0B2 Melon

📋 copy color: '#FEC0B2'

red 254 ◦ green 192 ◦ blue 178

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

Shades of Melon #FEC0B2

Tints of Melon #FEC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.77%

 BLUE value IS 178 (69.92% from 255) = 28.53%

R = 40.71%
G = 30.77%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEC0B2 (or 0xFEC0B2) is known color: Melon. HEX triplet: FE, C0 and B2. RGB value is (254,192,178). Sum of RGB (Red+Green+Blue) = 254+192+178=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0B2 is #013F4D. Grayscale: #D1D1D1. Windows color (decimal): -81742 or 11714814. OLE color: 11714814.

HSL color Cylindrical-coordinate representation of color #FEC0B2: hue angle of 11.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC0B2 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 192 178 -
CMYK 0 0.24 0.30 0.00
HSL 11.05º 0.97% 0.85% -
HSV(B) 11.05º 0.3% 1% -
XYZ 67.76 61.98 50.51 -
YUV 208.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 254 192 178 0 0.24 0.30 0.00 11.05 0.97 0.85
Hex FE C0 B2 0 18 1E 0 B 61 55
Octal 376 300 262 0 30 36 0 13 141 125
Binary 11111110 11000000 10110010 0 11000 11110 0 1011 1100001 1010101

Color Harmonies of #FEC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0B2

Black with #FEC0B2

Text Example


Text Example

White with #FEC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0B2; }

 p { color: rgb(254,192,178); }

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

background-color css

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

 a { background-color: rgb(254,192,178); }

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

border-color css

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

 span { border-color: rgb(254,192,178); }

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