#FECDA3

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

Shades of Peach #FECDA3

Tints of Peach #FECDA3

Color information

#FECDA3 (or 0xFECDA3) is unknown color: approx Peach. HEX triplet: FE, CD and A3. RGB value is (254,205,163). Sum of RGB (Red+Green+Blue) = 254+205+163=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA3 is #01325C. Grayscale: #D7D7D7. Windows color (decimal): -78429 or 10735102. OLE color: 10735102.

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

Color convert

RGB254205163-
CMYK00.190.360.00
HSL27.69º97.85%81.76%-
HSV(B)27.69º35.83%99.61%-
XYZ69.3267.3844-
YUV214.8698.73155.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=40.84%
G=32.96%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420516300.190.360.0027.6997.8581.76
HexFECDA30132401c6252
Octal37631524302344034142122
Binary11111110110011011010001101001110010001110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDA3; }

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

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

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

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

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

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

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

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