#FDCCA1

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

Shades of Peach #FDCCA1

Tints of Peach #FDCCA1

Color information

#FDCCA1 (or 0xFDCCA1) is unknown color: approx Peach. HEX triplet: FD, CC and A1. RGB value is (253,204,161). Sum of RGB (Red+Green+Blue) = 253+204+161=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCA1 is #02335E. Grayscale: #D5D5D5. Windows color (decimal): -144223 or 10603773. OLE color: 10603773.

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

Color convert

RGB253204161-
CMYK00.190.360.01
HSL28.04º95.83%81.18%-
HSV(B)28.04º36.36%99.22%-
XYZ68.5366.6442.97-
YUV213.7598.23156-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=40.94%
G=33.01%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320416100.190.360.0128.0495.8381.18
HexFDCCA10132411c6051
Octal37531424102344134140121
Binary11111101110011001010000101001110010011110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCA1; }

 p { color: rgb(253,204,161); }

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

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

 a { background-color: rgb(253,204,161); }

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

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

 span { border-color: rgb(253,204,161); }

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