#F8E1AC

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

Shades of Peach-Yellow #F8E1AC

Tints of Peach-Yellow #F8E1AC

Color information

#F8E1AC (or 0xF8E1AC) is unknown color: approx Peach-Yellow. HEX triplet: F8, E1 and AC. RGB value is (248,225,172). Sum of RGB (Red+Green+Blue) = 248+225+172=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E1AC is #071E53. Grayscale: #E2E2E2. Windows color (decimal): -466516 or 11330040. OLE color: 11330040.

HSL color Cylindrical-coordinate representation of color #F8E1AC: hue angle of 41.84º 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 #F8E1AC is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248225172-
CMYK00.090.310.03
HSL41.84º84.44%82.35%-
HSV(B)41.84º30.65%97.25%-
XYZ73.0876.7950-
YUV225.8397.62143.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.45%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 172 (67.58% from 255) = 26.67%
R=38.45%
G=34.88%
B=26.67%

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
Decimal24822517200.090.310.0341.8484.4482.35
HexF8E1AC091F32a5452
Octal37034125401137352124122
Binary11111000111000011010110001001111111110101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E1AC; }

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

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

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

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

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

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

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

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