#FCE3AA

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

Shades of Peach-Yellow #FCE3AA

Tints of Peach-Yellow #FCE3AA

Color information

#FCE3AA (or 0xFCE3AA) is unknown color: approx Peach-Yellow. HEX triplet: FC, E3 and AA. RGB value is (252,227,170). Sum of RGB (Red+Green+Blue) = 252+227+170=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE3AA is #031C55. Grayscale: #E4E4E4. Windows color (decimal): -203862 or 11199484. OLE color: 11199484.

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

Color convert

RGB252227170-
CMYK00.100.330.01
HSL41.71º93.18%82.75%-
HSV(B)41.71º32.54%98.82%-
XYZ74.8778.5449.24-
YUV227.9895.28145.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 170 (66.80% from 255) = 26.19%
R=38.83%
G=34.98%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222717000.100.330.0141.7193.1882.75
HexFCE3AA0A2112a5d53
Octal37434325201241152135123
Binary11111100111000111010101001010100001110101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3AA; }

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

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

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

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

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

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

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

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