#FDCCA9

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

Shades of Peach #FDCCA9

Tints of Peach #FDCCA9

Color information

#FDCCA9 (or 0xFDCCA9) is unknown color: approx Peach. HEX triplet: FD, CC and A9. RGB value is (253,204,169). Sum of RGB (Red+Green+Blue) = 253+204+169=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCA9 is #023356. Grayscale: #D6D6D6. Windows color (decimal): -144215 or 11128061. OLE color: 11128061.

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

Color convert

RGB253204169-
CMYK00.190.330.01
HSL25º95.45%82.75%-
HSV(B)25º33.2%99.22%-
XYZ69.2666.9346.8-
YUV214.66102.23155.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 169 (66.41% from 255) = 27.00%
R=40.42%
G=32.59%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320416900.190.330.012595.4582.75
HexFDCCA9013211195f53
Octal37531425102341131137123
Binary11111101110011001010100101001110000111100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCA9; }

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

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

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

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

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

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

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

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