Html Css Color HEX #FEC8AA Peach

📋 copy color: '#FEC8AA'

red 254 ◦ green 200 ◦ blue 170

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

Shades of Peach #FEC8AA

Tints of Peach #FEC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.05%

 BLUE value IS 170 (66.8% from 255) = 27.24%

R = 40.71%
G = 32.05%
B = 27.24%

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

#FEC8AA (or 0xFEC8AA) is known color: Peach. HEX triplet: FE, C8 and AA. RGB value is (254,200,170). Sum of RGB (Red+Green+Blue) = 254+200+170=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AA is #013755. Grayscale: #D4D4D4. Windows color (decimal): -79702 or 11192574. OLE color: 11192574.

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

Color convert

RGB 254 200 170 -
CMYK 0 0.21 0.33 0.00
HSL 21.43º 0.98% 0.83% -
HSV(B) 21.43º 0.33% 1% -
XYZ 68.78 65.28 47.01 -
YUV 212.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 254 200 170 0 0.21 0.33 0.00 21.43 0.98 0.83
Hex FE C8 AA 0 15 21 0 15 62 53
Octal 376 310 252 0 25 41 0 25 142 123
Binary 11111110 11001000 10101010 0 10101 100001 0 10101 1100010 1010011

Color Harmonies of #FEC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8AA

Black with #FEC8AA

Text Example


Text Example

White with #FEC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8AA; }

 p { color: rgb(254,200,170); }

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

background-color css

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

 a { background-color: rgb(254,200,170); }

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

border-color css

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

 span { border-color: rgb(254,200,170); }

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