#F5ECDF

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

Shades of Island Spice #F5ECDF

Tints of Island Spice #F5ECDF

Color information

#F5ECDF (or 0xF5ECDF) is unknown color: approx Island Spice. HEX triplet: F5, EC and DF. RGB value is (245,236,223). Sum of RGB (Red+Green+Blue) = 245+236+223=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDF is #0A1320. Grayscale: #EDEDED. Windows color (decimal): -660257 or 14675189. OLE color: 14675189.

HSL color Cylindrical-coordinate representation of color #F5ECDF: hue angle of 35.45º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5ECDF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245236223-
CMYK00.040.090.04
HSL35.45º52.38%91.76%-
HSV(B)35.45º8.98%96.08%-
XYZ80.9784.7381.9-
YUV237.21119.98133.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 31.68%
R=34.80%
G=33.52%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523622300.040.090.0435.4552.3891.76
HexF5ECDF049423345c
Octal365354337041144364134
Binary111101011110110011011111010010011001000111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECDF; }

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

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

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

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

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

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

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

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