#FDCDA8

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

Shades of Peach #FDCDA8

Tints of Peach #FDCDA8

Color information

#FDCDA8 (or 0xFDCDA8) is unknown color: approx Peach. HEX triplet: FD, CD and A8. RGB value is (253,205,168). Sum of RGB (Red+Green+Blue) = 253+205+168=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCDA8 is #023257. Grayscale: #D7D7D7. Windows color (decimal): -143960 or 11062781. OLE color: 11062781.

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

Color convert

RGB253205168-
CMYK00.190.340.01
HSL26.12º95.51%82.55%-
HSV(B)26.12º33.6%99.22%-
XYZ69.4167.3746.39-
YUV215.13101.4155.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=40.42%
G=32.75%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320516800.190.340.0126.1295.5182.55
HexFDCDA80132211a6053
Octal37531525002342132140123
Binary11111101110011011010100001001110001011101011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDA8; }

 p { color: rgb(253,205,168); }

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

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

 a { background-color: rgb(253,205,168); }

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

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

 span { border-color: rgb(253,205,168); }

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