#FEC6A4

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

Shades of Peach #FEC6A4

Tints of Peach #FEC6A4

Color information

#FEC6A4 (or 0xFEC6A4) is unknown color: approx Peach. HEX triplet: FE, C6 and A4. RGB value is (254,198,164). Sum of RGB (Red+Green+Blue) = 254+198+164=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 164 (64.45% from 255 or 26.62% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A4 is #01395B. Grayscale: #D3D3D3. Windows color (decimal): -80220 or 10798846. OLE color: 10798846.

HSL color Cylindrical-coordinate representation of color #FEC6A4: hue angle of 22.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEC6A4 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254198164-
CMYK00.220.350.00
HSL22.67º97.83%81.96%-
HSV(B)22.67º35.43%99.61%-
XYZ67.7764.1443.93-
YUV210.87101.55158.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 164 (64.45% from 255) = 26.62%
R=41.23%
G=32.14%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419816400.220.350.0022.6797.8381.96
HexFEC6A4016230176252
Octal37630624402643027142122
Binary11111110110001101010010001011010001101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6A4; }

 p { color: rgb(254,198,164); }

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

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

 a { background-color: rgb(254,198,164); }

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

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

 span { border-color: rgb(254,198,164); }

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