#FEC8A6

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

Shades of Peach #FEC8A6

Tints of Peach #FEC8A6

Color information

#FEC8A6 (or 0xFEC8A6) is unknown color: approx Peach. HEX triplet: FE, C8 and A6. RGB value is (254,200,166). Sum of RGB (Red+Green+Blue) = 254+200+166=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A6 is #013759. Grayscale: #D4D4D4. Windows color (decimal): -79706 or 10930430. OLE color: 10930430.

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

Color convert

RGB254200166-
CMYK00.210.350.00
HSL23.18º97.78%82.35%-
HSV(B)23.18º34.65%99.61%-
XYZ68.4165.1345.04-
YUV212.27101.89157.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 166 (65.23% from 255) = 26.77%
R=40.97%
G=32.26%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420016600.210.350.0023.1897.7882.35
HexFEC8A6015230176252
Octal37631024602543027142122
Binary11111110110010001010011001010110001101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8A6; }

 p { color: rgb(254,200,166); }

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

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

 a { background-color: rgb(254,200,166); }

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

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

 span { border-color: rgb(254,200,166); }

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