#F8E2AC

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

Shades of Peach-Yellow #F8E2AC

Tints of Peach-Yellow #F8E2AC

Color information

#F8E2AC (or 0xF8E2AC) is unknown color: approx Peach-Yellow. HEX triplet: F8, E2 and AC. RGB value is (248,226,172). Sum of RGB (Red+Green+Blue) = 248+226+172=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E2AC is #071D53. Grayscale: #E2E2E2. Windows color (decimal): -466260 or 11330296. OLE color: 11330296.

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

Color convert

RGB248226172-
CMYK00.090.310.03
HSL42.63º84.44%82.35%-
HSV(B)42.63º30.65%97.25%-
XYZ73.3577.3350.09-
YUV226.4297.29143.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.39%
GREEN value IS 226 (88.67% from 255) = 34.98%
BLUE value IS 172 (67.58% from 255) = 26.63%
R=38.39%
G=34.98%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822617200.090.310.0342.6384.4482.35
HexF8E2AC091F32b5452
Octal37034225401137353124122
Binary11111000111000101010110001001111111110101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2AC; }

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

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

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

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

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

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

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

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