#F8EFA5

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

Shades of Pale Prim #F8EFA5

Tints of Pale Prim #F8EFA5

Color information

#F8EFA5 (or 0xF8EFA5) is unknown color: approx Pale Prim. HEX triplet: F8, EF and A5. RGB value is (248,239,165). Sum of RGB (Red+Green+Blue) = 248+239+165=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EFA5 is #07105A. Grayscale: #E9E9E9. Windows color (decimal): -462939 or 10874872. OLE color: 10874872.

HSL color Cylindrical-coordinate representation of color #F8EFA5: hue angle of 53.49º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8EFA5 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB248239165-
CMYK00.040.330.03
HSL53.49º85.57%80.98%-
HSV(B)53.49º33.47%97.25%-
XYZ76.3784.4147.86-
YUV233.2689.48138.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 165 (64.84% from 255) = 25.31%
R=38.04%
G=36.66%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823916500.040.330.0353.4985.5780.98
HexF8EFA504213355651
Octal3703572450441365126121
Binary11111000111011111010010101001000011111010110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFA5; }

 p { color: rgb(248,239,165); }

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

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

 a { background-color: rgb(248,239,165); }

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

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

 span { border-color: rgb(248,239,165); }

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