#FEC0B2

Color #FEC0B2 Melon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melon #FEC0B2

Tints of Melon #FEC0B2

Color information

#FEC0B2 (or 0xFEC0B2) is unknown color: approx 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

RGB254192178-
CMYK00.240.300.00
HSL11.05º97.44%84.71%-
HSV(B)11.05º29.92%99.61%-
XYZ67.7661.9850.51-
YUV208.94110.54160.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419217800.240.300.0011.0597.4484.71
HexFEC0B20181E0b6155
Octal37630026203036013141125
Binary111111101100000010110010011000111100101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>