#FAEDDA

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

Shades of Island Spice #FAEDDA

Tints of Island Spice #FAEDDA

Color information

#FAEDDA (or 0xFAEDDA) is unknown color: approx Island Spice. HEX triplet: FA, ED and DA. RGB value is (250,237,218). Sum of RGB (Red+Green+Blue) = 250+237+218=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDA is #051225. Grayscale: #EEEEEE. Windows color (decimal): -332326 or 14347770. OLE color: 14347770.

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

Color convert

RGB250237218-
CMYK00.050.130.02
HSL35.62º76.19%91.76%-
HSV(B)35.62º12.8%98.04%-
XYZ82.3685.9578.58-
YUV238.72116.31136.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 218 (85.55% from 255) = 30.92%
R=35.46%
G=33.62%
B=30.92%

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
Decimal25023721800.050.130.0235.6276.1991.76
HexFAEDDA05D2244c5c
Octal3723553320515244114134
Binary111110101110110111011010010111011010010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDDA; }

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

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

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

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

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

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

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

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