#FCE1AC

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

Shades of Peach-Yellow #FCE1AC

Tints of Peach-Yellow #FCE1AC

Color information

#FCE1AC (or 0xFCE1AC) is unknown color: approx Peach-Yellow. HEX triplet: FC, E1 and AC. RGB value is (252,225,172). Sum of RGB (Red+Green+Blue) = 252+225+172=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 172 (67.58% from 255 or 26.50% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE1AC is #031E53. Grayscale: #E3E3E3. Windows color (decimal): -204372 or 11330044. OLE color: 11330044.

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

Color convert

RGB252225172-
CMYK00.110.320.01
HSL39.75º93.02%83.14%-
HSV(B)39.75º31.75%98.82%-
XYZ74.5277.5250.07-
YUV227.0396.95145.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 172 (67.58% from 255) = 26.50%
R=38.83%
G=34.67%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222517200.110.320.0139.7593.0283.14
HexFCE1AC0B201285d53
Octal37434125401340150135123
Binary11111100111000011010110001011100000110100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1AC; }

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

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

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

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

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

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

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

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