#FCCEA5

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

Shades of Peach #FCCEA5

Tints of Peach #FCCEA5

Color information

#FCCEA5 (or 0xFCCEA5) is unknown color: approx Peach. HEX triplet: FC, CE and A5. RGB value is (252,206,165). Sum of RGB (Red+Green+Blue) = 252+206+165=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA5 is #03315A. Grayscale: #D7D7D7. Windows color (decimal): -209243 or 10866428. OLE color: 10866428.

HSL color Cylindrical-coordinate representation of color #FCCEA5: hue angle of 28.28º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCEA5 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252206165-
CMYK00.180.350.01
HSL28.28º93.55%81.76%-
HSV(B)28.28º34.52%98.82%-
XYZ69.0167.5545-
YUV215.0899.74154.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=40.45%
G=33.07%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220616500.180.350.0128.2893.5581.76
HexFCCEA50122311c5e52
Octal37431624502243134136122
Binary11111100110011101010010101001010001111110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCEA5; }

 p { color: rgb(252,206,165); }

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

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

 a { background-color: rgb(252,206,165); }

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

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

 span { border-color: rgb(252,206,165); }

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