#F3EADA

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

Shades of Island Spice #F3EADA

Tints of Island Spice #F3EADA

Color information

#F3EADA (or 0xF3EADA) is unknown color: approx Island Spice. HEX triplet: F3, EA and DA. RGB value is (243,234,218). Sum of RGB (Red+Green+Blue) = 243+234+218=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EADA is #0C1525. Grayscale: #EAEAEA. Windows color (decimal): -791846 or 14346995. OLE color: 14346995.

HSL color Cylindrical-coordinate representation of color #F3EADA: hue angle of 38.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3EADA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243234218-
CMYK00.040.100.05
HSL38.4º51.02%90.39%-
HSV(B)38.4º10.29%95.29%-
XYZ79.0482.9678.18-
YUV234.87118.48133.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 218 (85.55% from 255) = 31.37%
R=34.96%
G=33.67%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323421800.040.100.0538.451.0290.39
HexF3EADA04A526335a
Octal363352332041254663132
Binary111100111110101011011010010010101011001101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EADA; }

 p { color: rgb(243,234,218); }

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

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

 a { background-color: rgb(243,234,218); }

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

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

 span { border-color: rgb(243,234,218); }

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