Html Css Color HEX #FECAA9 Peach

📋 copy color: '#FECAA9'

red 254 ◦ green 202 ◦ blue 169

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

Shades of Peach #FECAA9

Tints of Peach #FECAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.32%

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

R = 40.64%
G = 32.32%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FECAA9 (or 0xFECAA9) is known color: Peach. HEX triplet: FE, CA and A9. RGB value is (254,202,169). Sum of RGB (Red+Green+Blue) = 254+202+169=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA9 is #013556. Grayscale: #D5D5D5. Windows color (decimal): -79191 or 11127550. OLE color: 11127550.

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

Color convert

RGB 254 202 169 -
CMYK 0 0.20 0.33 0.00
HSL 23.29º 0.98% 0.83% -
HSV(B) 23.29º 0.33% 1% -
XYZ 69.16 66.18 46.66 -
YUV 213.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 254 202 169 0 0.20 0.33 0.00 23.29 0.98 0.83
Hex FE CA A9 0 14 21 0 17 62 53
Octal 376 312 251 0 24 41 0 27 142 123
Binary 11111110 11001010 10101001 0 10100 100001 0 10111 1100010 1010011

Color Harmonies of #FECAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAA9

Black with #FECAA9

Text Example


Text Example

White with #FECAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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