#febfb4

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

Shades of Melon #FEBFB4

Tints of Melon #FEBFB4

Color information

#FEBFB4 (or 0xFEBFB4) is unknown color: approx Melon. HEX triplet: FE, BF and B4. RGB value is (254,191,180). Sum of RGB (Red+Green+Blue) = 254+191+180=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB4 is #01404B. Grayscale: #D0D0D0. Windows color (decimal): -81996 or 11845630. OLE color: 11845630.

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

Color convert

RGB254191180-
CMYK00.250.290.00
HSL8.92º97.37%85.1%-
HSV(B)8.92º29.13%99.61%-
XYZ67.7461.6351.5-
YUV208.58111.87160.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 191 (75% from 255) = 30.56%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=40.64%
G=30.56%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419118000.250.290.008.9297.3785.1
HexFEBFB40191D096155
Octal37627726403135011141125
Binary111111101011111110110100011001111010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #febfb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #febfb4; }

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

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

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

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

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

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

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

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