#F8ECDA

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

Shades of Island Spice #F8ECDA

Tints of Island Spice #F8ECDA

Color information

#F8ECDA (or 0xF8ECDA) is unknown color: approx Island Spice. HEX triplet: F8, EC and DA. RGB value is (248,236,218). Sum of RGB (Red+Green+Blue) = 248+236+218=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECDA is #071325. Grayscale: #EDEDED. Windows color (decimal): -463654 or 14347512. OLE color: 14347512.

HSL color Cylindrical-coordinate representation of color #F8ECDA: hue angle of 36º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8ECDA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB248236218-
CMYK00.050.120.03
HSL36º68.18%91.37%-
HSV(B)36º12.1%97.25%-
XYZ81.3685.0178.45-
YUV237.54116.98135.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.33%
GREEN value IS 236 (92.58% from 255) = 33.62%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=35.33%
G=33.62%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823621800.050.120.033668.1891.37
HexF8ECDA05C324445b
Octal3703543320514344104133
Binary111110001110110011011010010111001110010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECDA; }

 p { color: rgb(248,236,218); }

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

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

 a { background-color: rgb(248,236,218); }

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

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

 span { border-color: rgb(248,236,218); }

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