#FCDEAD

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

Shades of Peach-Yellow #FCDEAD

Tints of Peach-Yellow #FCDEAD

Color information

#FCDEAD (or 0xFCDEAD) is unknown color: approx Peach-Yellow. HEX triplet: FC, DE and AD. RGB value is (252,222,173). Sum of RGB (Red+Green+Blue) = 252+222+173=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDEAD is #032152. Grayscale: #E1E1E1. Windows color (decimal): -205139 or 11394812. OLE color: 11394812.

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

Color convert

RGB252222173-
CMYK00.120.310.01
HSL37.22º92.94%83.33%-
HSV(B)37.22º31.35%98.82%-
XYZ73.8175.9650.31-
YUV225.3898.44146.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 173 (67.97% from 255) = 26.74%
R=38.95%
G=34.31%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222217300.120.310.0137.2292.9483.33
HexFCDEAD0C1F1255d53
Octal37433625501437145135123
Binary1111110011011110101011010110011111110010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEAD; }

 p { color: rgb(252,222,173); }

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

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

 a { background-color: rgb(252,222,173); }

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

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

 span { border-color: rgb(252,222,173); }

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