Html Css Color HEX #FEC9AA Peach

📋 copy color: '#FEC9AA'

red 254 ◦ green 201 ◦ blue 170

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

Shades of Peach #FEC9AA

Tints of Peach #FEC9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.2%

R = 40.64%
G = 32.16%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC9AA (or 0xFEC9AA) is known color: Peach. HEX triplet: FE, C9 and AA. RGB value is (254,201,170). Sum of RGB (Red+Green+Blue) = 254+201+170=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9AA is #013655. Grayscale: #D5D5D5. Windows color (decimal): -79446 or 11192830. OLE color: 11192830.

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

Color convert

RGB 254 201 170 -
CMYK 0 0.21 0.33 0.00
HSL 22.14º 0.98% 0.83% -
HSV(B) 22.14º 0.33% 1% -
XYZ 69.02 65.75 47.08 -
YUV 213.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 254 201 170 0 0.21 0.33 0.00 22.14 0.98 0.83
Hex FE C9 AA 0 15 21 0 16 62 53
Octal 376 311 252 0 25 41 0 26 142 123
Binary 11111110 11001001 10101010 0 10101 100001 0 10110 1100010 1010011

Color Harmonies of #FEC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9AA

Black with #FEC9AA

Text Example


Text Example

White with #FEC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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