#FAEDD1

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

Shades of Varden #FAEDD1

Tints of Varden #FAEDD1

Color information

#FAEDD1 (or 0xFAEDD1) is unknown color: approx Varden. HEX triplet: FA, ED and D1. RGB value is (250,237,209). Sum of RGB (Red+Green+Blue) = 250+237+209=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD1 is #05122E. Grayscale: #EDEDED. Windows color (decimal): -332335 or 13757946. OLE color: 13757946.

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

Color convert

RGB250237209-
CMYK00.050.160.02
HSL40.98º80.39%90%-
HSV(B)40.98º16.4%98.04%-
XYZ81.2285.572.54-
YUV237.7111.81136.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 209 (82.03% from 255) = 30.03%
R=35.92%
G=34.05%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023720900.050.160.0240.9880.3990
HexFAEDD10510229505a
Octal3723553210520251120132
Binary1111101011101101110100010101100001010100110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD1; }

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

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

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

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

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

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

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

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