#F5EADB

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

Shades of Island Spice #F5EADB

Tints of Island Spice #F5EADB

Color information

#F5EADB (or 0xF5EADB) is unknown color: approx Island Spice. HEX triplet: F5, EA and DB. RGB value is (245,234,219). Sum of RGB (Red+Green+Blue) = 245+234+219=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 219 (85.94% from 255 or 31.38% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EADB is #0A1524. Grayscale: #EBEBEB. Windows color (decimal): -660773 or 14412533. OLE color: 14412533.

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

Color convert

RGB245234219-
CMYK00.040.110.04
HSL34.62º56.52%90.98%-
HSV(B)34.62º10.61%96.08%-
XYZ79.8783.3778.9-
YUV235.58118.64134.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.10%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 219 (85.94% from 255) = 31.38%
R=35.10%
G=33.52%
B=31.38%

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
Decimal24523421900.040.110.0434.6256.5290.98
HexF5EADB04B423395b
Octal365352333041344371133
Binary111101011110101011011011010010111001000111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EADB; }

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

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

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

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

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

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

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

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