#F8EDDB

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

Shades of Island Spice #F8EDDB

Tints of Island Spice #F8EDDB

Color information

#F8EDDB (or 0xF8EDDB) is unknown color: approx Island Spice. HEX triplet: F8, ED and DB. RGB value is (248,237,219). Sum of RGB (Red+Green+Blue) = 248+237+219=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 219 (85.94% from 255 or 31.11% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDDB is #071224. Grayscale: #EEEEEE. Windows color (decimal): -463397 or 14413304. OLE color: 14413304.

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

Color convert

RGB248237219-
CMYK00.040.120.03
HSL37.24º67.44%91.57%-
HSV(B)37.24º11.69%97.25%-
XYZ81.7885.6479.24-
YUV238.24117.14134.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 219 (85.94% from 255) = 31.11%
R=35.23%
G=33.66%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823721900.040.120.0337.2467.4491.57
HexF8EDDB04C325435c
Octal3703553330414345103134
Binary111110001110110111011011010011001110010110000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDDB; }

 p { color: rgb(248,237,219); }

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

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

 a { background-color: rgb(248,237,219); }

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

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

 span { border-color: rgb(248,237,219); }

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