#FDCD8D

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

Shades of Peach-Orange #FDCD8D

Tints of Peach-Orange #FDCD8D

Color information

#FDCD8D (or 0xFDCD8D) is unknown color: approx Peach-Orange. HEX triplet: FD, CD and 8D. RGB value is (253,205,141). Sum of RGB (Red+Green+Blue) = 253+205+141=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8D is #023272. Grayscale: #D4D4D4. Windows color (decimal): -143987 or 9293309. OLE color: 9293309.

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

Color convert

RGB253205141-
CMYK00.190.440.01
HSL34.29º96.55%77.25%-
HSV(B)34.29º44.27%99.22%-
XYZ67.1566.4734.49-
YUV212.0687.9157.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 141 (55.47% from 255) = 23.54%
R=42.24%
G=34.22%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320514100.190.440.0134.2996.5577.25
HexFDCD8D0132C122614d
Octal37531521502354142141115
Binary111111011100110110001101010011101100110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCD8D; }

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

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

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

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

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

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

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

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