#FAEDD2

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

Shades of Varden #FAEDD2

Tints of Varden #FAEDD2

Color information

#FAEDD2 (or 0xFAEDD2) is unknown color: approx Varden. HEX triplet: FA, ED and D2. RGB value is (250,237,210). Sum of RGB (Red+Green+Blue) = 250+237+210=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDD2 is #05122D. Grayscale: #EDEDED. Windows color (decimal): -332334 or 13823482. OLE color: 13823482.

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

Color convert

RGB250237210-
CMYK00.050.160.02
HSL40.5º80%90.2%-
HSV(B)40.5º16%98.04%-
XYZ81.3485.5573.2-
YUV237.81112.31136.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 210 (82.42% from 255) = 30.13%
R=35.87%
G=34.00%
B=30.13%

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
Decimal25023721000.050.160.0240.58090.2
HexFAEDD20510228505a
Octal3723553220520250120132
Binary1111101011101101110100100101100001010100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDD2; }

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

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

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

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

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

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

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

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