Html Css Color HEX #FECEA5 Peach

📋 copy color: '#FECEA5'

red 254 ◦ green 206 ◦ blue 165

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

Shades of Peach #FECEA5

Tints of Peach #FECEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.4%

R = 40.64%
G = 32.96%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FECEA5 (or 0xFECEA5) is known color: Peach. HEX triplet: FE, CE and A5. RGB value is (254,206,165). Sum of RGB (Red+Green+Blue) = 254+206+165=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA5 is #01315A. Grayscale: #D7D7D7. Windows color (decimal): -78171 or 10866430. OLE color: 10866430.

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

Color convert

RGB 254 206 165 -
CMYK 0 0.19 0.35 0.00
HSL 27.64º 0.98% 0.82% -
HSV(B) 27.64º 0.35% 1% -
XYZ 69.74 67.93 45.03 -
YUV 215.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 254 206 165 0 0.19 0.35 0.00 27.64 0.98 0.82
Hex FE CE A5 0 13 23 0 1C 62 52
Octal 376 316 245 0 23 43 0 34 142 122
Binary 11111110 11001110 10100101 0 10011 100011 0 11100 1100010 1010010

Color Harmonies of #FECEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEA5

Black with #FECEA5

Text Example


Text Example

White with #FECEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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