Html Css Color HEX #FEC9A7 Peach

📋 copy color: '#FEC9A7'

red 254 ◦ green 201 ◦ blue 167

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

Shades of Peach #FEC9A7

Tints of Peach #FEC9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.85%

R = 40.84%
G = 32.32%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEC9A7 (or 0xFEC9A7) is known color: Peach. HEX triplet: FE, C9 and A7. RGB value is (254,201,167). Sum of RGB (Red+Green+Blue) = 254+201+167=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A7 is #013658. Grayscale: #D5D5D5. Windows color (decimal): -79449 or 10996222. OLE color: 10996222.

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

Color convert

RGB 254 201 167 -
CMYK 0 0.21 0.34 0.00
HSL 23.45º 0.98% 0.83% -
HSV(B) 23.45º 0.34% 1% -
XYZ 68.73 65.63 45.61 -
YUV 212.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 254 201 167 0 0.21 0.34 0.00 23.45 0.98 0.83
Hex FE C9 A7 0 15 22 0 17 62 53
Octal 376 311 247 0 25 42 0 27 142 123
Binary 11111110 11001001 10100111 0 10101 100010 0 10111 1100010 1010011

Color Harmonies of #FEC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9A7

Black with #FEC9A7

Text Example


Text Example

White with #FEC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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