#F5ECDB

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

Shades of Island Spice #F5ECDB

Tints of Island Spice #F5ECDB

Color information

#F5ECDB (or 0xF5ECDB) is unknown color: approx Island Spice. HEX triplet: F5, EC and DB. RGB value is (245,236,219). Sum of RGB (Red+Green+Blue) = 245+236+219=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDB is #0A1324. Grayscale: #ECECEC. Windows color (decimal): -660261 or 14413045. OLE color: 14413045.

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

Color convert

RGB245236219-
CMYK00.040.110.04
HSL39.23º56.52%90.98%-
HSV(B)39.23º10.61%96.08%-
XYZ80.4484.5279.09-
YUV236.75117.98133.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=35%
G=33.71%
B=31.29%

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
Decimal24523621900.040.110.0439.2356.5290.98
HexF5ECDB04B427395b
Octal365354333041344771133
Binary111101011110110011011011010010111001001111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECDB; }

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

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

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

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

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

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

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

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