#FAEDD9

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

Shades of Island Spice #FAEDD9

Tints of Island Spice #FAEDD9

Color information

#FAEDD9 (or 0xFAEDD9) is unknown color: approx Island Spice. HEX triplet: FA, ED and D9. RGB value is (250,237,217). Sum of RGB (Red+Green+Blue) = 250+237+217=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 217 (85.16% from 255 or 30.82% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD9 is #051226. Grayscale: #EEEEEE. Windows color (decimal): -332327 or 14282234. OLE color: 14282234.

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

Color convert

RGB250237217-
CMYK00.050.130.02
HSL36.36º76.74%91.57%-
HSV(B)36.36º13.2%98.04%-
XYZ82.2385.977.89-
YUV238.61115.81136.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 217 (85.16% from 255) = 30.82%
R=35.51%
G=33.66%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023721700.050.130.0236.3676.7491.57
HexFAEDD905D2244d5c
Octal3723553310515244115134
Binary111110101110110111011001010111011010010010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD9; }

 p { color: rgb(250,237,217); }

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

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

 a { background-color: rgb(250,237,217); }

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

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

 span { border-color: rgb(250,237,217); }

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