Html Css Color HEX #FFCE8E Peach-Orange

📋 copy color: '#FFCE8E'

red 255 ◦ green 206 ◦ blue 142

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

Shades of Peach-Orange #FFCE8E

Tints of Peach-Orange #FFCE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.55%

R = 42.29%
G = 34.16%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFCE8E (or 0xFFCE8E) is known color: Peach-Orange. HEX triplet: FF, CE and 8E. RGB value is (255,206,142). Sum of RGB (Red+Green+Blue) = 255+206+142=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCE8E is #003171. Grayscale: #D5D5D5. Windows color (decimal): -12658 or 9359103. OLE color: 9359103.

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

Color convert

RGB 255 206 142 -
CMYK 0 0.19 0.44 0
HSL 33.98º 1% 0.78% -
HSV(B) 33.98º 0.44% 1% -
XYZ 68.19 67.36 35 -
YUV 213.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 255 206 142 0 0.19 0.44 0 33.98 1 0.78
Hex FF CE 8E 0 13 2C 0 22 64 4E
Octal 377 316 216 0 23 54 0 42 144 116
Binary 11111111 11001110 10001110 0 10011 101100 0 100010 1100100 1001110

Color Harmonies of #FFCE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE8E

Black with #FFCE8E

Text Example


Text Example

White with #FFCE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE8E; }

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

 H1.HeaderClassName
 {
   color: #FFCE8E;
 }
 .AnyTagClassName
 {
   color: #FFCE8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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