#FAEBD0

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

Shades of Varden #FAEBD0

Tints of Varden #FAEBD0

Color information

#FAEBD0 (or 0xFAEBD0) is unknown color: approx Varden. HEX triplet: FA, EB and D0. RGB value is (250,235,208). Sum of RGB (Red+Green+Blue) = 250+235+208=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD0 is #05142F. Grayscale: #ECECEC. Windows color (decimal): -332848 or 13691898. OLE color: 13691898.

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

Color convert

RGB250235208-
CMYK00.060.170.02
HSL38.57º80.77%89.8%-
HSV(B)38.57º16.8%98.04%-
XYZ80.5284.2971.7-
YUV236.41111.97137.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=36.08%
G=33.91%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023520800.060.170.0238.5780.7789.8
HexFAEBD00611227515a
Octal3723533200621247121132
Binary1111101011101011110100000110100011010011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBD0; }

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

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

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

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

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

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

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

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