#F8E2AE

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

Shades of Peach-Yellow #F8E2AE

Tints of Peach-Yellow #F8E2AE

Color information

#F8E2AE (or 0xF8E2AE) is unknown color: approx Peach-Yellow. HEX triplet: F8, E2 and AE. RGB value is (248,226,174). Sum of RGB (Red+Green+Blue) = 248+226+174=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E2AE is #071D51. Grayscale: #E2E2E2. Windows color (decimal): -466258 or 11461368. OLE color: 11461368.

HSL color Cylindrical-coordinate representation of color #F8E2AE: hue angle of 42.16º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8E2AE is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB248226174-
CMYK00.090.300.03
HSL42.16º84.09%82.75%-
HSV(B)42.16º29.84%97.25%-
XYZ73.5577.4151.11-
YUV226.6598.29143.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.27%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=38.27%
G=34.88%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822617400.090.300.0342.1684.0982.75
HexF8E2AE091E32a5453
Octal37034225601136352124123
Binary11111000111000101010111001001111101110101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2AE; }

 p { color: rgb(248,226,174); }

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

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

 a { background-color: rgb(248,226,174); }

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

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

 span { border-color: rgb(248,226,174); }

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