#F8EFDD

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

Shades of Island Spice #F8EFDD

Tints of Island Spice #F8EFDD

Color information

#F8EFDD (or 0xF8EFDD) is unknown color: approx Island Spice. HEX triplet: F8, EF and DD. RGB value is (248,239,221). Sum of RGB (Red+Green+Blue) = 248+239+221=708 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.03% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFDD is #071022. Grayscale: #EFEFEF. Windows color (decimal): -462883 or 14544888. OLE color: 14544888.

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

Color convert

RGB248239221-
CMYK00.040.110.03
HSL40º65.85%91.96%-
HSV(B)40º10.89%97.25%-
XYZ82.6386.9180.83-
YUV239.64117.48133.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.03%
GREEN value IS 239 (93.75% from 255) = 33.76%
BLUE value IS 221 (86.72% from 255) = 31.21%
R=35.03%
G=33.76%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823922100.040.110.034065.8591.96
HexF8EFDD04B328425c
Octal3703573350413350102134
Binary111110001110111111011101010010111110100010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFDD; }

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

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

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

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

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

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

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

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