#F8EFE0

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

Shades of Island Spice #F8EFE0

Tints of Island Spice #F8EFE0

Color information

#F8EFE0 (or 0xF8EFE0) is unknown color: approx Island Spice. HEX triplet: F8, EF and E0. RGB value is (248,239,224). Sum of RGB (Red+Green+Blue) = 248+239+224=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFE0 is #07101F. Grayscale: #F0F0F0. Windows color (decimal): -462880 or 14741496. OLE color: 14741496.

HSL color Cylindrical-coordinate representation of color #F8EFE0: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8EFE0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248239224-
CMYK00.040.100.03
HSL37.5º63.16%92.55%-
HSV(B)37.5º9.68%97.25%-
XYZ83.0387.0782.95-
YUV239.98118.98133.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.88%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 224 (87.89% from 255) = 31.50%
R=34.88%
G=33.61%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823922400.040.100.0337.563.1692.55
HexF8EFE004A3263f5d
Octal370357340041234677135
Binary11111000111011111110000001001010111001101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFE0; }

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

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

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

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

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

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

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

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