Html Css Color HEX #FECAA5 Peach

📋 copy color: '#FECAA5'

red 254 ◦ green 202 ◦ blue 165

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

Shades of Peach #FECAA5

Tints of Peach #FECAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.57%

R = 40.9%
G = 32.53%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FECAA5 (or 0xFECAA5) is known color: Peach. HEX triplet: FE, CA and A5. RGB value is (254,202,165). Sum of RGB (Red+Green+Blue) = 254+202+165=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA5 is #01355A. Grayscale: #D5D5D5. Windows color (decimal): -79195 or 10865406. OLE color: 10865406.

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

Color convert

RGB 254 202 165 -
CMYK 0 0.20 0.35 0.00
HSL 24.94º 0.98% 0.82% -
HSV(B) 24.94º 0.35% 1% -
XYZ 68.79 66.03 44.72 -
YUV 213.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 254 202 165 0 0.20 0.35 0.00 24.94 0.98 0.82
Hex FE CA A5 0 14 23 0 19 62 52
Octal 376 312 245 0 24 43 0 31 142 122
Binary 11111110 11001010 10100101 0 10100 100011 0 11001 1100010 1010010

Color Harmonies of #FECAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAA5

Black with #FECAA5

Text Example


Text Example

White with #FECAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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