#F5EADA

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

Shades of Island Spice #F5EADA

Tints of Island Spice #F5EADA

Color information

#F5EADA (or 0xF5EADA) is unknown color: approx Island Spice. HEX triplet: F5, EA and DA. RGB value is (245,234,218). Sum of RGB (Red+Green+Blue) = 245+234+218=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EADA is #0A1525. Grayscale: #EBEBEB. Windows color (decimal): -660774 or 14346997. OLE color: 14346997.

HSL color Cylindrical-coordinate representation of color #F5EADA: hue angle of 35.56º degrees, saturation: 0.57, 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 #F5EADA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245234218-
CMYK00.040.110.04
HSL35.56º57.45%90.78%-
HSV(B)35.56º11.02%96.08%-
XYZ79.7383.3278.21-
YUV235.46118.14134.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.15%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=35.15%
G=33.57%
B=31.28%

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
Decimal24523421800.040.110.0435.5657.4590.78
HexF5EADA04B424395b
Octal365352332041344471133
Binary111101011110101011011010010010111001001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EADA; }

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

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

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

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

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

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

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

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