#FDCFA9

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

Shades of Peach #FDCFA9

Tints of Peach #FDCFA9

Color information

#FDCFA9 (or 0xFDCFA9) is unknown color: approx Peach. HEX triplet: FD, CF and A9. RGB value is (253,207,169). Sum of RGB (Red+Green+Blue) = 253+207+169=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCFA9 is #023056. Grayscale: #D8D8D8. Windows color (decimal): -143447 or 11128829. OLE color: 11128829.

HSL color Cylindrical-coordinate representation of color #FDCFA9: hue angle of 27.14º 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 #FDCFA9 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253207169-
CMYK00.180.330.01
HSL27.14º95.45%82.75%-
HSV(B)27.14º33.2%99.22%-
XYZ69.9868.3747.04-
YUV216.42101.24154.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=40.22%
G=32.91%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320716900.180.330.0127.1495.4582.75
HexFDCFA90122111b5f53
Octal37531725102241133137123
Binary11111101110011111010100101001010000111101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFA9; }

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

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

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

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

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

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

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

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