#FDCEA0

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

Shades of Peach-Orange #FDCEA0

Tints of Peach-Orange #FDCEA0

Color information

#FDCEA0 (or 0xFDCEA0) is unknown color: approx Peach-Orange. HEX triplet: FD, CE and A0. RGB value is (253,206,160). Sum of RGB (Red+Green+Blue) = 253+206+160=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEA0 is #02315F. Grayscale: #D7D7D7. Windows color (decimal): -143712 or 10538749. OLE color: 10538749.

HSL color Cylindrical-coordinate representation of color #FDCEA0: hue angle of 29.68º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDCEA0 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253206160-
CMYK00.190.370.01
HSL29.68º95.88%80.98%-
HSV(B)29.68º36.76%99.22%-
XYZ68.9267.5642.67-
YUV214.8197.07155.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 160 (62.89% from 255) = 25.85%
R=40.87%
G=33.28%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320616000.190.370.0129.6895.8880.98
HexFDCEA00132511e6051
Octal37531624002345136140121
Binary11111101110011101010000001001110010111111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEA0; }

 p { color: rgb(253,206,160); }

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

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

 a { background-color: rgb(253,206,160); }

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

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

 span { border-color: rgb(253,206,160); }

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