#FCE2AE

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

Shades of Peach-Yellow #FCE2AE

Tints of Peach-Yellow #FCE2AE

Color information

#FCE2AE (or 0xFCE2AE) is unknown color: approx Peach-Yellow. HEX triplet: FC, E2 and AE. RGB value is (252,226,174). Sum of RGB (Red+Green+Blue) = 252+226+174=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE2AE is #031D51. Grayscale: #E4E4E4. Windows color (decimal): -204114 or 11461372. OLE color: 11461372.

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

Color convert

RGB252226174-
CMYK00.100.310.01
HSL40º92.86%83.53%-
HSV(B)40º30.95%98.82%-
XYZ74.9878.1451.18-
YUV227.8597.61145.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=38.65%
G=34.66%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222617400.100.310.014092.8683.53
HexFCE2AE0A1F1285d54
Octal37434225601237150135124
Binary1111110011100010101011100101011111110100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2AE; }

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

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

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

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

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

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

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

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