#FECDA1

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

Shades of Peach #FECDA1

Tints of Peach #FECDA1

Color information

#FECDA1 (or 0xFECDA1) is unknown color: approx Peach. HEX triplet: FE, CD and A1. RGB value is (254,205,161). Sum of RGB (Red+Green+Blue) = 254+205+161=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA1 is #01325E. Grayscale: #D6D6D6. Windows color (decimal): -78431 or 10604030. OLE color: 10604030.

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

Color convert

RGB254205161-
CMYK00.190.370.00
HSL28.39º97.89%81.37%-
HSV(B)28.39º36.61%99.61%-
XYZ69.1467.3143.07-
YUV214.6497.73156.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 161 (63.28% from 255) = 25.97%
R=40.97%
G=33.06%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420516100.190.370.0028.3997.8981.37
HexFECDA10132501c6251
Octal37631524102345034142121
Binary11111110110011011010000101001110010101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDA1; }

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

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

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

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

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

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

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

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