#FCE1AE

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

Shades of Peach-Yellow #FCE1AE

Tints of Peach-Yellow #FCE1AE

Color information

#FCE1AE (or 0xFCE1AE) is unknown color: approx Peach-Yellow. HEX triplet: FC, E1 and AE. RGB value is (252,225,174). Sum of RGB (Red+Green+Blue) = 252+225+174=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1AE is #031E51. Grayscale: #E3E3E3. Windows color (decimal): -204370 or 11461116. OLE color: 11461116.

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

Color convert

RGB252225174-
CMYK00.110.310.01
HSL39.23º92.86%83.53%-
HSV(B)39.23º30.95%98.82%-
XYZ74.7177.651.09-
YUV227.2697.95145.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=38.71%
G=34.56%
B=26.73%

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
Decimal25222517400.110.310.0139.2392.8683.53
HexFCE1AE0B1F1275d54
Octal37434125601337147135124
Binary1111110011100001101011100101111111110011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1AE; }

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

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

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

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

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

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

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

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