#F8ECDC

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

Shades of Island Spice #F8ECDC

Tints of Island Spice #F8ECDC

Color information

#F8ECDC (or 0xF8ECDC) is unknown color: approx Island Spice. HEX triplet: F8, EC and DC. RGB value is (248,236,220). Sum of RGB (Red+Green+Blue) = 248+236+220=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECDC is #071323. Grayscale: #EDEDED. Windows color (decimal): -463652 or 14478584. OLE color: 14478584.

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

Color convert

RGB248236220-
CMYK00.050.110.03
HSL34.29º66.67%91.76%-
HSV(B)34.29º11.29%97.25%-
XYZ81.6385.1179.84-
YUV237.76117.98135.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=35.23%
G=33.52%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823622000.050.110.0334.2966.6791.76
HexF8ECDC05B322435c
Octal3703543340513342103134
Binary111110001110110011011100010110111110001010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECDC; }

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

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

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

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

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

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

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

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