#F7EFDF

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

Shades of Island Spice #F7EFDF

Tints of Island Spice #F7EFDF

Color information

#F7EFDF (or 0xF7EFDF) is unknown color: approx Island Spice. HEX triplet: F7, EF and DF. RGB value is (247,239,223). Sum of RGB (Red+Green+Blue) = 247+239+223=709 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.84% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFDF is #081020. Grayscale: #EFEFEF. Windows color (decimal): -528417 or 14675959. OLE color: 14675959.

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

Color convert

RGB247239223-
CMYK00.030.100.03
HSL40º60%92.16%-
HSV(B)40º9.72%96.86%-
XYZ82.5486.8382.22-
YUV239.57118.65133.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.84%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=34.84%
G=33.71%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723922300.030.100.03406092.16
HexF7EFDF03A3283c5c
Octal367357337031235074134
Binary1111011111101111110111110111010111010001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFDF; }

 p { color: rgb(247,239,223); }

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

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

 a { background-color: rgb(247,239,223); }

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

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

 span { border-color: rgb(247,239,223); }

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