Html Css Color HEX #FEC3A8 Peach

📋 copy color: '#FEC3A8'

red 254 ◦ green 195 ◦ blue 168

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

Shades of Peach #FEC3A8

Tints of Peach #FEC3A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.23%

R = 41.17%
G = 31.6%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEC3A8 (or 0xFEC3A8) is known color: Peach. HEX triplet: FE, C3 and A8. RGB value is (254,195,168). Sum of RGB (Red+Green+Blue) = 254+195+168=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A8 is #013C57. Grayscale: #D1D1D1. Windows color (decimal): -80984 or 11060222. OLE color: 11060222.

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

Color convert

RGB 254 195 168 -
CMYK 0 0.23 0.34 0.00
HSL 18.84º 0.98% 0.83% -
HSV(B) 18.84º 0.34% 1% -
XYZ 67.46 62.93 45.64 -
YUV 209.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 254 195 168 0 0.23 0.34 0.00 18.84 0.98 0.83
Hex FE C3 A8 0 17 22 0 13 62 53
Octal 376 303 250 0 27 42 0 23 142 123
Binary 11111110 11000011 10101000 0 10111 100010 0 10011 1100010 1010011

Color Harmonies of #FEC3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3A8

Black with #FEC3A8

Text Example


Text Example

White with #FEC3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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