#FECFA5

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

Shades of Peach #FECFA5

Tints of Peach #FECFA5

Color information

#FECFA5 (or 0xFECFA5) is unknown color: approx Peach. HEX triplet: FE, CF and A5. RGB value is (254,207,165). Sum of RGB (Red+Green+Blue) = 254+207+165=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 165 (64.84% from 255 or 26.36% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECFA5 is #01305A. Grayscale: #D8D8D8. Windows color (decimal): -77915 or 10866686. OLE color: 10866686.

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

Color convert

RGB254207165-
CMYK00.190.350.00
HSL28.31º97.8%82.16%-
HSV(B)28.31º35.04%99.61%-
XYZ69.9868.4145.11-
YUV216.2699.07154.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 165 (64.84% from 255) = 26.36%
R=40.58%
G=33.07%
B=26.36%

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
Decimal25420716500.190.350.0028.3197.882.16
HexFECFA50132301c6252
Octal37631724502343034142122
Binary11111110110011111010010101001110001101110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFA5; }

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

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

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

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

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

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

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

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