#FEBFB1

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

Shades of Melon #FEBFB1

Tints of Melon #FEBFB1

Color information

#FEBFB1 (or 0xFEBFB1) is unknown color: approx Melon. HEX triplet: FE, BF and B1. RGB value is (254,191,177). Sum of RGB (Red+Green+Blue) = 254+191+177=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBFB1 is #01404E. Grayscale: #D0D0D0. Windows color (decimal): -81999 or 11649022. OLE color: 11649022.

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

Color convert

RGB254191177-
CMYK00.250.300.00
HSL10.91º97.47%84.51%-
HSV(B)10.91º30.31%99.61%-
XYZ67.4461.5149.91-
YUV208.24110.37160.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=40.84%
G=30.71%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419117700.250.300.0010.9197.4784.51
HexFEBFB10191E0b6155
Octal37627726103136013141125
Binary111111101011111110110001011001111100101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBFB1; }

 p { color: rgb(254,191,177); }

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

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

 a { background-color: rgb(254,191,177); }

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

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

 span { border-color: rgb(254,191,177); }

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