Html Css Color HEX #FECE94 Peach-Orange

📋 copy color: '#FECE94'

red 254 ◦ green 206 ◦ blue 148

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

Shades of Peach-Orange #FECE94

Tints of Peach-Orange #FECE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.34%

R = 41.78%
G = 33.88%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FECE94 (or 0xFECE94) is known color: Peach-Orange. HEX triplet: FE, CE and 94. RGB value is (254,206,148). Sum of RGB (Red+Green+Blue) = 254+206+148=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 148 (58.20% from 255 or 24.34% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE94 is #01316B. Grayscale: #D6D6D6. Windows color (decimal): -78188 or 9752318. OLE color: 9752318.

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

Color convert

RGB 254 206 148 -
CMYK 0 0.19 0.42 0.00
HSL 32.83º 0.98% 0.79% -
HSV(B) 32.83º 0.42% 1% -
XYZ 68.29 67.35 37.42 -
YUV 213.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 254 206 148 0 0.19 0.42 0.00 32.83 0.98 0.79
Hex FE CE 94 0 13 2A 0 21 62 4F
Octal 376 316 224 0 23 52 0 41 142 117
Binary 11111110 11001110 10010100 0 10011 101010 0 100001 1100010 1001111

Color Harmonies of #FECE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE94

Black with #FECE94

Text Example


Text Example

White with #FECE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE94; }

 p { color: rgb(254,206,148); }

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

background-color css

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

 a { background-color: rgb(254,206,148); }

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

border-color css

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

 span { border-color: rgb(254,206,148); }

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