Html Css Color HEX #FECAA1 Peach

📋 copy color: '#FECAA1'

red 254 ◦ green 202 ◦ blue 161

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

Shades of Peach #FECAA1

Tints of Peach #FECAA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.09%

R = 41.17%
G = 32.74%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FECAA1 (or 0xFECAA1) is known color: Peach. HEX triplet: FE, CA and A1. RGB value is (254,202,161). Sum of RGB (Red+Green+Blue) = 254+202+161=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA1 is #01355E. Grayscale: #D5D5D5. Windows color (decimal): -79199 or 10603262. OLE color: 10603262.

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

Color convert

RGB 254 202 161 -
CMYK 0 0.20 0.37 0.00
HSL 26.45º 0.98% 0.81% -
HSV(B) 26.45º 0.37% 1% -
XYZ 68.43 65.89 42.83 -
YUV 212.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 254 202 161 0 0.20 0.37 0.00 26.45 0.98 0.81
Hex FE CA A1 0 14 25 0 1A 62 51
Octal 376 312 241 0 24 45 0 32 142 121
Binary 11111110 11001010 10100001 0 10100 100101 0 11010 1100010 1010001

Color Harmonies of #FECAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAA1

Black with #FECAA1

Text Example


Text Example

White with #FECAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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