#FAEDD6

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

Shades of Varden #FAEDD6

Tints of Varden #FAEDD6

Color information

#FAEDD6 (or 0xFAEDD6) is unknown color: approx Varden. HEX triplet: FA, ED and D6. RGB value is (250,237,214). Sum of RGB (Red+Green+Blue) = 250+237+214=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 214 (83.98% from 255 or 30.53% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD6 is #051229. Grayscale: #EEEEEE. Windows color (decimal): -332330 or 14085626. OLE color: 14085626.

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

Color convert

RGB250237214-
CMYK00.050.140.02
HSL38.33º78.26%90.98%-
HSV(B)38.33º14.4%98.04%-
XYZ81.8585.7575.86-
YUV238.26114.31136.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.66%
GREEN value IS 237 (92.97% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 30.53%
R=35.66%
G=33.81%
B=30.53%

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
Decimal25023721400.050.140.0238.3378.2690.98
HexFAEDD605E2264e5b
Octal3723553260516246116133
Binary111110101110110111010110010111101010011010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD6; }

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

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

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

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

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

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

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

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