#FECAA1

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

Shades of Peach #FECAA1

Tints of Peach #FECAA1

Color information

#FECAA1 (or 0xFECAA1) is unknown color: approx Peach. HEX triplet: FE, CA and A1. RGB value is (254,202,161). Sum of RGB (Red+Green+Blue) = 254+202+161=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA1 is #01355E. Grayscale: #D5D5D5. Windows color (decimal): -79199 or 10603262. OLE color: 10603262.

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

Color convert

RGB254202161-
CMYK00.200.370.00
HSL26.45º97.89%81.37%-
HSV(B)26.45º36.61%99.61%-
XYZ68.4365.8942.83-
YUV212.8798.73157.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=41.17%
G=32.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420216100.200.370.0026.4597.8981.37
HexFECAA10142501a6251
Octal37631224102445032142121
Binary11111110110010101010000101010010010101101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAA1; }

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

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

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

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

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

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

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

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