#FAEED8

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

Shades of Island Spice #FAEED8

Tints of Island Spice #FAEED8

Color information

#FAEED8 (or 0xFAEED8) is unknown color: approx Island Spice. HEX triplet: FA, EE and D8. RGB value is (250,238,216). Sum of RGB (Red+Green+Blue) = 250+238+216=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 238 (93.36% from 255 or 33.81% from 704); Blue value is 216 (84.77% from 255 or 30.68% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEED8 is #051127. Grayscale: #EFEFEF. Windows color (decimal): -332072 or 14216954. OLE color: 14216954.

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

Color convert

RGB250238216-
CMYK00.050.140.02
HSL38.82º77.27%91.37%-
HSV(B)38.82º13.6%98.04%-
XYZ82.3986.4377.31-
YUV239.08114.98135.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 238 (93.36% from 255) = 33.81%
BLUE value IS 216 (84.77% from 255) = 30.68%
R=35.51%
G=33.81%
B=30.68%

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
Decimal25023821600.050.140.0238.8277.2791.37
HexFAEED805E2274d5b
Octal3723563300516247115133
Binary111110101110111011011000010111101010011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEED8; }

 p { color: rgb(250,238,216); }

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

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

 a { background-color: rgb(250,238,216); }

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

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

 span { border-color: rgb(250,238,216); }

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