#FEC6AA

Color #FEC6AA Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #FEC6AA

Tints of Peach #FEC6AA

Color information

#FEC6AA (or 0xFEC6AA) is unknown color: approx Peach. HEX triplet: FE, C6 and AA. RGB value is (254,198,170). Sum of RGB (Red+Green+Blue) = 254+198+170=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6AA is #013955. Grayscale: #D3D3D3. Windows color (decimal): -80214 or 11192062. OLE color: 11192062.

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

Color convert

RGB254198170-
CMYK00.220.330.00
HSL20º97.67%83.14%-
HSV(B)20º33.07%99.61%-
XYZ68.3264.3646.85-
YUV211.55104.55158.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=40.84%
G=31.83%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419817000.220.330.002097.6783.14
HexFEC6AA016210146253
Octal37630625202641024142123
Binary11111110110001101010101001011010000101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6AA; }

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

 H1.HeaderClassName
 {
   color: #FEC6AA;
 }
 .AnyTagClassName
 {
   color: #FEC6AA;
 }
</style>
background-color css

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

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

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

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

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

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