#FAEED2

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

Shades of Varden #FAEED2

Tints of Varden #FAEED2

Color information

#FAEED2 (or 0xFAEED2) is unknown color: approx Varden. HEX triplet: FA, EE and D2. RGB value is (250,238,210). Sum of RGB (Red+Green+Blue) = 250+238+210=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEED2 is #05112D. Grayscale: #EEEEEE. Windows color (decimal): -332078 or 13823738. OLE color: 13823738.

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

Color convert

RGB250238210-
CMYK00.050.160.02
HSL42º80%90.2%-
HSV(B)42º16%98.04%-
XYZ81.6386.1373.29-
YUV238.4111.98136.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 210 (82.42% from 255) = 30.09%
R=35.82%
G=34.10%
B=30.09%

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
Decimal25023821000.050.160.02428090.2
HexFAEED2051022a505a
Octal3723563220520252120132
Binary1111101011101110110100100101100001010101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEED2; }

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

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

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

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

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

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

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

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