#FCE0AA

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

Shades of Peach-Yellow #FCE0AA

Tints of Peach-Yellow #FCE0AA

Color information

#FCE0AA (or 0xFCE0AA) is unknown color: approx Peach-Yellow. HEX triplet: FC, E0 and AA. RGB value is (252,224,170). Sum of RGB (Red+Green+Blue) = 252+224+170=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE0AA is #031F55. Grayscale: #E2E2E2. Windows color (decimal): -204630 or 11198716. OLE color: 11198716.

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

Color convert

RGB252224170-
CMYK00.110.330.01
HSL39.51º93.18%82.75%-
HSV(B)39.51º32.54%98.82%-
XYZ74.0676.9148.97-
YUV226.2296.28146.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 224 (87.89% from 255) = 34.67%
BLUE value IS 170 (66.80% from 255) = 26.32%
R=39.01%
G=34.67%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222417000.110.330.0139.5193.1882.75
HexFCE0AA0B211285d53
Octal37434025201341150135123
Binary11111100111000001010101001011100001110100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0AA; }

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

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

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

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

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

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

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

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