#F6EDDB

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

Shades of Island Spice #F6EDDB

Tints of Island Spice #F6EDDB

Color information

#F6EDDB (or 0xF6EDDB) is unknown color: approx Island Spice. HEX triplet: F6, ED and DB. RGB value is (246,237,219). Sum of RGB (Red+Green+Blue) = 246+237+219=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDDB is #091224. Grayscale: #EDEDED. Windows color (decimal): -594469 or 14413302. OLE color: 14413302.

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

Color convert

RGB246237219-
CMYK00.040.110.04
HSL40º60%91.18%-
HSV(B)40º10.98%96.47%-
XYZ81.0885.2879.2-
YUV237.64117.48133.96-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 219 (85.94% from 255) = 31.20%
R=35.04%
G=33.76%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623721900.040.110.04406091.18
HexF6EDDB04B4283c5b
Octal366355333041345074133
Binary111101101110110111011011010010111001010001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDDB; }

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

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

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

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

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

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

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

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