#FFCE9C

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

Shades of Peach-Orange #FFCE9C

Tints of Peach-Orange #FFCE9C

Color information

#FFCE9C (or 0xFFCE9C) is unknown color: approx Peach-Orange. HEX triplet: FF, CE and 9C. RGB value is (255,206,156). Sum of RGB (Red+Green+Blue) = 255+206+156=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE9C is #003163. Grayscale: #D7D7D7. Windows color (decimal): -12644 or 10276607. OLE color: 10276607.

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

Color convert

RGB255206156-
CMYK00.190.390
HSL30.3º100%80.59%-
HSV(B)30.3º38.82%100%-
XYZ69.3167.840.89-
YUV214.9594.73156.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 156 (61.33% from 255) = 25.28%
R=41.33%
G=33.39%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520615600.190.39030.310080.59
HexFFCE9C0132701e6451
Octal37731623402347036144121
Binary11111111110011101001110001001110011101111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE9C; }

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

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

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

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

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

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

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

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