#FCCE9E

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

Shades of Peach-Orange #FCCE9E

Tints of Peach-Orange #FCCE9E

Color information

#FCCE9E (or 0xFCCE9E) is unknown color: approx Peach-Orange. HEX triplet: FC, CE and 9E. RGB value is (252,206,158). Sum of RGB (Red+Green+Blue) = 252+206+158=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE9E is #033161. Grayscale: #D6D6D6. Windows color (decimal): -209250 or 10407676. OLE color: 10407676.

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

Color convert

RGB252206158-
CMYK00.180.370.01
HSL30.64º94%80.39%-
HSV(B)30.64º37.3%98.82%-
XYZ68.3967.3141.73-
YUV214.2896.24154.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 158 (62.11% from 255) = 25.65%
R=40.91%
G=33.44%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220615800.180.370.0130.649480.39
HexFCCE9E0122511f5e50
Octal37431623602245137136120
Binary11111100110011101001111001001010010111111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE9E; }

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

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

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

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

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

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

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

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