#FECDA4

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

Shades of Peach #FECDA4

Tints of Peach #FECDA4

Color information

#FECDA4 (or 0xFECDA4) is unknown color: approx Peach. HEX triplet: FE, CD and A4. RGB value is (254,205,164). Sum of RGB (Red+Green+Blue) = 254+205+164=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA4 is #01325B. Grayscale: #D7D7D7. Windows color (decimal): -78428 or 10800638. OLE color: 10800638.

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

Color convert

RGB254205164-
CMYK00.190.350.00
HSL27.33º97.83%81.96%-
HSV(B)27.33º35.43%99.61%-
XYZ69.4167.4144.48-
YUV214.9899.23155.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 164 (64.45% from 255) = 26.32%
R=40.77%
G=32.91%
B=26.32%

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
Decimal25420516400.190.350.0027.3397.8381.96
HexFECDA40132301b6252
Octal37631524402343033142122
Binary11111110110011011010010001001110001101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDA4; }

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

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

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

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

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

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

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

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