Html Css Color HEX #FEC9A9 Peach

📋 copy color: '#FEC9A9'

red 254 ◦ green 201 ◦ blue 169

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

Shades of Peach #FEC9A9

Tints of Peach #FEC9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.08%

R = 40.71%
G = 32.21%
B = 27.08%

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

#FEC9A9 (or 0xFEC9A9) is known color: Peach. HEX triplet: FE, C9 and A9. RGB value is (254,201,169). Sum of RGB (Red+Green+Blue) = 254+201+169=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 169 (66.41% from 255 or 27.08% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A9 is #013656. Grayscale: #D5D5D5. Windows color (decimal): -79447 or 11127294. OLE color: 11127294.

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

Color convert

RGB 254 201 169 -
CMYK 0 0.21 0.33 0.00
HSL 22.59º 0.98% 0.83% -
HSV(B) 22.59º 0.33% 1% -
XYZ 68.92 65.71 46.59 -
YUV 213.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 254 201 169 0 0.21 0.33 0.00 22.59 0.98 0.83
Hex FE C9 A9 0 15 21 0 17 62 53
Octal 376 311 251 0 25 41 0 27 142 123
Binary 11111110 11001001 10101001 0 10101 100001 0 10111 1100010 1010011

Color Harmonies of #FEC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC9A9

Black with #FEC9A9

Text Example


Text Example

White with #FEC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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