Html Css Color HEX #FECEA1 Peach

📋 copy color: '#FECEA1'

red 254 ◦ green 206 ◦ blue 161

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

Shades of Peach #FECEA1

Tints of Peach #FECEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 25.93%

R = 40.9%
G = 33.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FECEA1 (or 0xFECEA1) is known color: Peach. HEX triplet: FE, CE and A1. RGB value is (254,206,161). Sum of RGB (Red+Green+Blue) = 254+206+161=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECEA1 is #01315E. Grayscale: #D7D7D7. Windows color (decimal): -78175 or 10604286. OLE color: 10604286.

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

Color convert

RGB 254 206 161 -
CMYK 0 0.19 0.37 0.00
HSL 29.03º 0.98% 0.81% -
HSV(B) 29.03º 0.37% 1% -
XYZ 69.38 67.79 43.15 -
YUV 215.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 254 206 161 0 0.19 0.37 0.00 29.03 0.98 0.81
Hex FE CE A1 0 13 25 0 1D 62 51
Octal 376 316 241 0 23 45 0 35 142 121
Binary 11111110 11001110 10100001 0 10011 100101 0 11101 1100010 1010001

Color Harmonies of #FECEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECEA1

Black with #FECEA1

Text Example


Text Example

White with #FECEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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