#FEB7AB

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

Shades of Melon #FEB7AB

Tints of Melon #FEB7AB

Color information

#FEB7AB (or 0xFEB7AB) is unknown color: approx Melon. HEX triplet: FE, B7 and AB. RGB value is (254,183,171). Sum of RGB (Red+Green+Blue) = 254+183+171=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB7AB is #014854. Grayscale: #CACACA. Windows color (decimal): -84053 or 11253758. OLE color: 11253758.

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

Color convert

RGB254183171-
CMYK00.280.330.00
HSL8.67º97.65%83.33%-
HSV(B)8.67º32.68%99.61%-
XYZ65.1657.8846.27-
YUV202.86110.02164.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 183 (71.88% from 255) = 30.10%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=41.78%
G=30.10%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418317100.280.330.008.6797.6583.33
HexFEB7AB01C21096253
Octal37626725303441011142123
Binary1111111010110111101010110111001000010100111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7AB; }

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

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

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

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

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

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

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

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