#F3EBDC

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

Shades of Island Spice #F3EBDC

Tints of Island Spice #F3EBDC

Color information

#F3EBDC (or 0xF3EBDC) is unknown color: approx Island Spice. HEX triplet: F3, EB and DC. RGB value is (243,235,220). Sum of RGB (Red+Green+Blue) = 243+235+220=698 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.81% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBDC is #0C1423. Grayscale: #EBEBEB. Windows color (decimal): -791588 or 14478323. OLE color: 14478323.

HSL color Cylindrical-coordinate representation of color #F3EBDC: hue angle of 39.13º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3EBDC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243235220-
CMYK00.030.090.05
HSL39.13º48.94%90.78%-
HSV(B)39.13º9.47%95.29%-
XYZ79.5983.6479.66-
YUV235.68119.15133.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.81%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=34.81%
G=33.67%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323522000.030.090.0539.1348.9490.78
HexF3EBDC039527315b
Octal363353334031154761133
Binary11110011111010111101110001110011011001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EBDC; }

 p { color: rgb(243,235,220); }

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

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

 a { background-color: rgb(243,235,220); }

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

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

 span { border-color: rgb(243,235,220); }

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