#F9EDD7

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

Shades of Island Spice #F9EDD7

Tints of Island Spice #F9EDD7

Color information

#F9EDD7 (or 0xF9EDD7) is unknown color: approx Island Spice. HEX triplet: F9, ED and D7. RGB value is (249,237,215). Sum of RGB (Red+Green+Blue) = 249+237+215=701 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.52% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 215 (84.38% from 255 or 30.67% from 701); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDD7 is #061228. Grayscale: #EEEEEE. Windows color (decimal): -397865 or 14151161. OLE color: 14151161.

HSL color Cylindrical-coordinate representation of color #F9EDD7: hue angle of 38.82º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9EDD7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249237215-
CMYK00.050.140.02
HSL38.82º73.91%90.98%-
HSV(B)38.82º13.65%97.65%-
XYZ81.6285.6176.51-
YUV238.08114.98135.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.52%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 215 (84.38% from 255) = 30.67%
R=35.52%
G=33.81%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923721500.050.140.0238.8273.9190.98
HexF9EDD705E2274a5b
Octal3713553270516247112133
Binary111110011110110111010111010111101010011110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDD7; }

 p { color: rgb(249,237,215); }

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

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

 a { background-color: rgb(249,237,215); }

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

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

 span { border-color: rgb(249,237,215); }

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