#F9EDDA

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

Shades of Island Spice #F9EDDA

Tints of Island Spice #F9EDDA

Color information

#F9EDDA (or 0xF9EDDA) is unknown color: approx Island Spice. HEX triplet: F9, ED and DA. RGB value is (249,237,218). Sum of RGB (Red+Green+Blue) = 249+237+218=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDDA is #061225. Grayscale: #EEEEEE. Windows color (decimal): -397862 or 14347769. OLE color: 14347769.

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

Color convert

RGB249237218-
CMYK00.050.120.02
HSL36.77º72.09%91.57%-
HSV(B)36.77º12.45%97.65%-
XYZ82.0185.7778.56-
YUV238.42116.48135.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.37%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=35.37%
G=33.66%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923721800.050.120.0236.7772.0991.57
HexF9EDDA05C225485c
Octal3713553320514245110134
Binary111110011110110111011010010111001010010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDDA; }

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

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

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

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

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

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

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

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