Html Css Color HEX #FEC3AA Peach

📋 copy color: '#FEC3AA'

red 254 ◦ green 195 ◦ blue 170

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

Shades of Peach #FEC3AA

Tints of Peach #FEC3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.5%

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

R = 41.03%
G = 31.5%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEC3AA (or 0xFEC3AA) is known color: Peach. HEX triplet: FE, C3 and AA. RGB value is (254,195,170). Sum of RGB (Red+Green+Blue) = 254+195+170=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3AA is #013C55. Grayscale: #D1D1D1. Windows color (decimal): -80982 or 11191294. OLE color: 11191294.

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

Color convert

RGB 254 195 170 -
CMYK 0 0.23 0.33 0.00
HSL 17.86º 0.98% 0.83% -
HSV(B) 17.86º 0.33% 1% -
XYZ 67.64 63 46.63 -
YUV 209.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 254 195 170 0 0.23 0.33 0.00 17.86 0.98 0.83
Hex FE C3 AA 0 17 21 0 12 62 53
Octal 376 303 252 0 27 41 0 22 142 123
Binary 11111110 11000011 10101010 0 10111 100001 0 10010 1100010 1010011

Color Harmonies of #FEC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3AA

Black with #FEC3AA

Text Example


Text Example

White with #FEC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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