#FAEDD0

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

Shades of Varden #FAEDD0

Tints of Varden #FAEDD0

Color information

#FAEDD0 (or 0xFAEDD0) is unknown color: approx Varden. HEX triplet: FA, ED and D0. RGB value is (250,237,208). Sum of RGB (Red+Green+Blue) = 250+237+208=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD0 is #05122F. Grayscale: #EDEDED. Windows color (decimal): -332336 or 13692410. OLE color: 13692410.

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

Color convert

RGB250237208-
CMYK00.050.170.02
HSL41.43º80.77%89.8%-
HSV(B)41.43º16.8%98.04%-
XYZ81.0985.4571.89-
YUV237.58111.31136.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 208 (81.64% from 255) = 29.93%
R=35.97%
G=34.10%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023720800.050.170.0241.4380.7789.8
HexFAEDD00511229515a
Octal3723553200521251121132
Binary1111101011101101110100000101100011010100110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD0; }

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

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

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

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

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

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

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

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