#FEB6B2

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

Shades of Melon #FEB6B2

Tints of Melon #FEB6B2

Color information

#FEB6B2 (or 0xFEB6B2) is unknown color: approx Melon. HEX triplet: FE, B6 and B2. RGB value is (254,182,178). Sum of RGB (Red+Green+Blue) = 254+182+178=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB6B2 is #01494D. Grayscale: #CBCBCB. Windows color (decimal): -84302 or 11712254. OLE color: 11712254.

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

Color convert

RGB254182178-
CMYK00.280.300.00
HSL3.16º97.44%84.71%-
HSV(B)3.16º29.92%99.61%-
XYZ65.6457.7449.81-
YUV203.07113.85164.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 178 (69.92% from 255) = 28.99%
R=41.37%
G=29.64%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418217800.280.300.003.1697.4484.71
HexFEB6B201C1E036155
Octal3762662620343603141125
Binary1111111010110110101100100111001111001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6B2; }

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

 H1.HeaderClassName
 {
   color: #FEB6B2;
 }
 .AnyTagClassName
 {
   color: #FEB6B2;
 }
</style>
background-color css

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

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

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

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

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

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