#FECFA4

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

Shades of Peach #FECFA4

Tints of Peach #FECFA4

Color information

#FECFA4 (or 0xFECFA4) is unknown color: approx Peach. HEX triplet: FE, CF and A4. RGB value is (254,207,164). Sum of RGB (Red+Green+Blue) = 254+207+164=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA4 is #01305B. Grayscale: #D8D8D8. Windows color (decimal): -77916 or 10801150. OLE color: 10801150.

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

Color convert

RGB254207164-
CMYK00.190.350.00
HSL28.67º97.83%81.96%-
HSV(B)28.67º35.43%99.61%-
XYZ69.8968.3844.64-
YUV216.1598.57155-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 164 (64.45% from 255) = 26.24%
R=40.64%
G=33.12%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420716400.190.350.0028.6797.8381.96
HexFECFA40132301d6252
Octal37631724402343035142122
Binary11111110110011111010010001001110001101110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFA4; }

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

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

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

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

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

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

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

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