#FCE0AC

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

Shades of Peach-Yellow #FCE0AC

Tints of Peach-Yellow #FCE0AC

Color information

#FCE0AC (or 0xFCE0AC) is unknown color: approx Peach-Yellow. HEX triplet: FC, E0 and AC. RGB value is (252,224,172). Sum of RGB (Red+Green+Blue) = 252+224+172=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AC is #031F53. Grayscale: #E2E2E2. Windows color (decimal): -204628 or 11329788. OLE color: 11329788.

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

Color convert

RGB252224172-
CMYK00.110.320.01
HSL39º93.02%83.14%-
HSV(B)39º31.75%98.82%-
XYZ74.2576.9949.98-
YUV226.4497.28146.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 172 (67.58% from 255) = 26.54%
R=38.89%
G=34.57%
B=26.54%

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
Decimal25222417200.110.320.013993.0283.14
HexFCE0AC0B201275d53
Octal37434025401340147135123
Binary11111100111000001010110001011100000110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0AC; }

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

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

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

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

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

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

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

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