#FCE0AE

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

Shades of Peach-Yellow #FCE0AE

Tints of Peach-Yellow #FCE0AE

Color information

#FCE0AE (or 0xFCE0AE) is unknown color: approx Peach-Yellow. HEX triplet: FC, E0 and AE. RGB value is (252,224,174). Sum of RGB (Red+Green+Blue) = 252+224+174=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AE is #031F51. Grayscale: #E2E2E2. Windows color (decimal): -204626 or 11460860. OLE color: 11460860.

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

Color convert

RGB252224174-
CMYK00.110.310.01
HSL38.46º92.86%83.53%-
HSV(B)38.46º30.95%98.82%-
XYZ74.4477.0651-
YUV226.6798.28146.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.77%
GREEN value IS 224 (87.89% from 255) = 34.46%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=38.77%
G=34.46%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222417400.110.310.0138.4692.8683.53
HexFCE0AE0B1F1265d54
Octal37434025601337146135124
Binary1111110011100000101011100101111111110011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0AE; }

 p { color: rgb(252,224,174); }

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

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

 a { background-color: rgb(252,224,174); }

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

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

 span { border-color: rgb(252,224,174); }

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