#FEC3B1

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

Shades of Melon #FEC3B1

Tints of Melon #FEC3B1

Color information

#FEC3B1 (or 0xFEC3B1) is unknown color: approx Melon. HEX triplet: FE, C3 and B1. RGB value is (254,195,177). Sum of RGB (Red+Green+Blue) = 254+195+177=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3B1 is #013C4E. Grayscale: #D2D2D2. Windows color (decimal): -80975 or 11650046. OLE color: 11650046.

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

Color convert

RGB254195177-
CMYK00.230.300.00
HSL14.03º97.47%84.51%-
HSV(B)14.03º30.31%99.61%-
XYZ68.3263.2850.21-
YUV210.59109.05158.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 177 (69.53% from 255) = 28.27%
R=40.58%
G=31.15%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419517700.230.300.0014.0397.4784.51
HexFEC3B10171E0e6155
Octal37630326102736016141125
Binary111111101100001110110001010111111100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3B1; }

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

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

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

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

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

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

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

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