Html Css Color HEX #FEC9A1 Peach

📋 copy color: '#FEC9A1'

red 254 ◦ green 201 ◦ blue 161

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

Shades of Peach #FEC9A1

Tints of Peach #FEC9A1

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.63%

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

R = 41.23%
G = 32.63%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEC9A1 (or 0xFEC9A1) is known color: Peach. HEX triplet: FE, C9 and A1. RGB value is (254,201,161). Sum of RGB (Red+Green+Blue) = 254+201+161=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A1 is #01365E. Grayscale: #D4D4D4. Windows color (decimal): -79455 or 10603006. OLE color: 10603006.

HSL color Cylindrical-coordinate representation of color #FEC9A1: hue angle of 25.81º 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 #FEC9A1 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 201 161 -
CMYK 0 0.21 0.37 0.00
HSL 25.81º 0.98% 0.81% -
HSV(B) 25.81º 0.37% 1% -
XYZ 68.19 65.42 42.75 -
YUV 212.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 254 201 161 0 0.21 0.37 0.00 25.81 0.98 0.81
Hex FE C9 A1 0 15 25 0 1A 62 51
Octal 376 311 241 0 25 45 0 32 142 121
Binary 11111110 11001001 10100001 0 10101 100101 0 11010 1100010 1010001

Color Harmonies of #FEC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9A1

Black with #FEC9A1

Text Example


Text Example

White with #FEC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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