#FFCE9E

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

Shades of Peach-Orange #FFCE9E

Tints of Peach-Orange #FFCE9E

Color information

#FFCE9E (or 0xFFCE9E) is unknown color: approx Peach-Orange. HEX triplet: FF, CE and 9E. RGB value is (255,206,158). Sum of RGB (Red+Green+Blue) = 255+206+158=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE9E is #003161. Grayscale: #D7D7D7. Windows color (decimal): -12642 or 10407679. OLE color: 10407679.

HSL color Cylindrical-coordinate representation of color #FFCE9E: hue angle of 29.69º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFCE9E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255206158-
CMYK00.190.380
HSL29.69º100%80.98%-
HSV(B)29.69º38.04%100%-
XYZ69.4867.8741.79-
YUV215.1895.73156.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 206 (80.86% from 255) = 33.28%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=41.20%
G=33.28%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520615800.190.38029.6910080.98
HexFFCE9E0132601e6451
Octal37731623602346036144121
Binary11111111110011101001111001001110011001111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE9E; }

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

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

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

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

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

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

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

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