#FEC7A8

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

Shades of Peach #FEC7A8

Tints of Peach #FEC7A8

Color information

#FEC7A8 (or 0xFEC7A8) is unknown color: approx Peach. HEX triplet: FE, C7 and A8. RGB value is (254,199,168). Sum of RGB (Red+Green+Blue) = 254+199+168=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 168 (66.02% from 255 or 27.05% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC7A8 is #013857. Grayscale: #D4D4D4. Windows color (decimal): -79960 or 11061246. OLE color: 11061246.

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

Color convert

RGB254199168-
CMYK00.220.340.00
HSL21.63º97.73%82.75%-
HSV(B)21.63º33.86%99.61%-
XYZ68.3664.7445.94-
YUV211.91103.22158.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 168 (66.02% from 255) = 27.05%
R=40.90%
G=32.05%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419916800.220.340.0021.6397.7382.75
HexFEC7A8016220166253
Octal37630725002642026142123
Binary11111110110001111010100001011010001001011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7A8; }

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

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

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

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

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

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

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

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