Html Css Color HEX #FECAA4 Peach

📋 copy color: '#FECAA4'

red 254 ◦ green 202 ◦ blue 164

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

Shades of Peach #FECAA4

Tints of Peach #FECAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.45%

R = 40.97%
G = 32.58%
B = 26.45%

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

#FECAA4 (or 0xFECAA4) is known color: Peach. HEX triplet: FE, CA and A4. RGB value is (254,202,164). Sum of RGB (Red+Green+Blue) = 254+202+164=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA4 is #01355B. Grayscale: #D5D5D5. Windows color (decimal): -79196 or 10799870. OLE color: 10799870.

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

Color convert

RGB 254 202 164 -
CMYK 0 0.20 0.35 0.00
HSL 25.33º 0.98% 0.82% -
HSV(B) 25.33º 0.35% 1% -
XYZ 68.69 65.99 44.24 -
YUV 213.22 100.23 157.09 -
System Red Green Blue C M Y K H S L
Decimal 254 202 164 0 0.20 0.35 0.00 25.33 0.98 0.82
Hex FE CA A4 0 14 23 0 19 62 52
Octal 376 312 244 0 24 43 0 31 142 122
Binary 11111110 11001010 10100100 0 10100 100011 0 11001 1100010 1010010

Color Harmonies of #FECAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAA4

Black with #FECAA4

Text Example


Text Example

White with #FECAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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