#FAEDD7

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

Shades of Island Spice #FAEDD7

Tints of Island Spice #FAEDD7

Color information

#FAEDD7 (or 0xFAEDD7) is unknown color: approx Island Spice. HEX triplet: FA, ED and D7. RGB value is (250,237,215). Sum of RGB (Red+Green+Blue) = 250+237+215=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 215 (84.38% from 255 or 30.63% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD7 is #051228. Grayscale: #EEEEEE. Windows color (decimal): -332329 or 14151162. OLE color: 14151162.

HSL color Cylindrical-coordinate representation of color #FAEDD7: hue angle of 37.71º degrees, saturation: 0.78, 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 #FAEDD7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250237215-
CMYK00.050.140.02
HSL37.71º77.78%91.18%-
HSV(B)37.71º14%98.04%-
XYZ81.9785.876.53-
YUV238.38114.81136.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 215 (84.38% from 255) = 30.63%
R=35.61%
G=33.76%
B=30.63%

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
Decimal25023721500.050.140.0237.7177.7891.18
HexFAEDD705E2264e5b
Octal3723553270516246116133
Binary111110101110110111010111010111101010011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD7; }

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

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

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

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

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

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

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

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