Html Css Color HEX #FECD9E Peach-Orange

📋 copy color: '#FECD9E'

red 254 ◦ green 205 ◦ blue 158

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

Shades of Peach-Orange #FECD9E

Tints of Peach-Orange #FECD9E

RGB

 RED value IS 254 (99.61% from 255) = 41.17%

 GREEN value IS 205 (80.47% from 255) = 33.23%

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

R = 41.17%
G = 33.23%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FECD9E (or 0xFECD9E) is known color: Peach-Orange. HEX triplet: FE, CD and 9E. RGB value is (254,205,158). Sum of RGB (Red+Green+Blue) = 254+205+158=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9E is #013261. Grayscale: #D6D6D6. Windows color (decimal): -78434 or 10407422. OLE color: 10407422.

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

Color convert

RGB 254 205 158 -
CMYK 0 0.19 0.38 0.00
HSL 29.38º 0.98% 0.81% -
HSV(B) 29.38º 0.38% 1% -
XYZ 68.88 67.2 41.69 -
YUV 214.29 96.23 156.32 -
System Red Green Blue C M Y K H S L
Decimal 254 205 158 0 0.19 0.38 0.00 29.38 0.98 0.81
Hex FE CD 9E 0 13 26 0 1D 62 51
Octal 376 315 236 0 23 46 0 35 142 121
Binary 11111110 11001101 10011110 0 10011 100110 0 11101 1100010 1010001

Color Harmonies of #FECD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD9E

Black with #FECD9E

Text Example


Text Example

White with #FECD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD9E; }

 p { color: rgb(254,205,158); }

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

background-color css

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

 a { background-color: rgb(254,205,158); }

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

border-color css

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

 span { border-color: rgb(254,205,158); }

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