#FCE3AC

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

Shades of Peach-Yellow #FCE3AC

Tints of Peach-Yellow #FCE3AC

Color information

#FCE3AC (or 0xFCE3AC) is unknown color: approx Peach-Yellow. HEX triplet: FC, E3 and AC. RGB value is (252,227,172). Sum of RGB (Red+Green+Blue) = 252+227+172=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3AC is #031C53. Grayscale: #E4E4E4. Windows color (decimal): -203860 or 11330556. OLE color: 11330556.

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

Color convert

RGB252227172-
CMYK00.100.320.01
HSL41.25º93.02%83.14%-
HSV(B)41.25º31.75%98.82%-
XYZ75.0678.6150.25-
YUV228.296.28144.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 172 (67.58% from 255) = 26.42%
R=38.71%
G=34.87%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222717200.100.320.0141.2593.0283.14
HexFCE3AC0A201295d53
Octal37434325401240151135123
Binary11111100111000111010110001010100000110100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3AC; }

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

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

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

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

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

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

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

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