Html Css Color HEX #FFCE9E Peach-Orange

📋 copy color: '#FFCE9E'

red 255 ◦ green 206 ◦ blue 158

#FFCE9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #FFCE9E

Tints of Peach-Orange #FFCE9E

RGB

 RED value IS 255 (100% from 255) = 41.2%

 GREEN value IS 206 (80.86% from 255) = 33.28%

 BLUE value IS 158 (62.11% from 255) = 25.53%

R = 41.2%
G = 33.28%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFCE9E (or 0xFFCE9E) is known color: 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

RGB 255 206 158 -
CMYK 0 0.19 0.38 0
HSL 29.69º 1% 0.81% -
HSV(B) 29.69º 0.38% 1% -
XYZ 69.48 67.87 41.79 -
YUV 215.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 255 206 158 0 0.19 0.38 0 29.69 1 0.81
Hex FF CE 9E 0 13 26 0 1E 64 51
Octal 377 316 236 0 23 46 0 36 144 121
Binary 11111111 11001110 10011110 0 10011 100110 0 11110 1100100 1010001

Color Harmonies of #FFCE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE9E

Black with #FFCE9E

Text Example


Text Example

White with #FFCE9E

Text Example


Text Example

HTML Codes & Css Web 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>