#F6EDDF

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

Shades of Island Spice #F6EDDF

Tints of Island Spice #F6EDDF

Color information

#F6EDDF (or 0xF6EDDF) is unknown color: approx Island Spice. HEX triplet: F6, ED and DF. RGB value is (246,237,223). Sum of RGB (Red+Green+Blue) = 246+237+223=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDDF is #091220. Grayscale: #EEEEEE. Windows color (decimal): -594465 or 14675446. OLE color: 14675446.

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

Color convert

RGB246237223-
CMYK00.040.090.04
HSL36.52º56.1%91.96%-
HSV(B)36.52º9.35%96.47%-
XYZ81.6185.4982.01-
YUV238.1119.48133.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.84%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=34.84%
G=33.57%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623722300.040.090.0436.5256.191.96
HexF6EDDF049425385c
Octal366355337041144570134
Binary111101101110110111011111010010011001001011110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDDF; }

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

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

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

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

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

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

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

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