#FAEDCF

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

Shades of Varden #FAEDCF

Tints of Varden #FAEDCF

Color information

#FAEDCF (or 0xFAEDCF) is unknown color: approx Varden. HEX triplet: FA, ED and CF. RGB value is (250,237,207). Sum of RGB (Red+Green+Blue) = 250+237+207=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDCF is #051230. Grayscale: #EDEDED. Windows color (decimal): -332337 or 13626874. OLE color: 13626874.

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

Color convert

RGB250237207-
CMYK00.050.170.02
HSL41.86º81.13%89.61%-
HSV(B)41.86º17.2%98.04%-
XYZ80.9785.471.25-
YUV237.47110.81136.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 207 (81.25% from 255) = 29.83%
R=36.02%
G=34.15%
B=29.83%

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
Decimal25023720700.050.170.0241.8681.1389.61
HexFAEDCF051122a515a
Octal3723553170521252121132
Binary1111101011101101110011110101100011010101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDCF; }

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

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

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

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

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

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

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

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