#FECAA2

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

Shades of Peach #FECAA2

Tints of Peach #FECAA2

Color information

#FECAA2 (or 0xFECAA2) is unknown color: approx Peach. HEX triplet: FE, CA and A2. RGB value is (254,202,162). Sum of RGB (Red+Green+Blue) = 254+202+162=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA2 is #01355D. Grayscale: #D5D5D5. Windows color (decimal): -79198 or 10668798. OLE color: 10668798.

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

Color convert

RGB254202162-
CMYK00.200.360.00
HSL26.09º97.87%81.57%-
HSV(B)26.09º36.22%99.61%-
XYZ68.5265.9243.3-
YUV212.9999.23157.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 162 (63.67% from 255) = 26.21%
R=41.10%
G=32.69%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420216200.200.360.0026.0997.8781.57
HexFECAA20142401a6252
Octal37631224202444032142122
Binary11111110110010101010001001010010010001101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAA2; }

 p { color: rgb(254,202,162); }

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

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

 a { background-color: rgb(254,202,162); }

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

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

 span { border-color: rgb(254,202,162); }

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