#FAEBCF

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

Shades of Varden #FAEBCF

Tints of Varden #FAEBCF

Color information

#FAEBCF (or 0xFAEBCF) is unknown color: approx Varden. HEX triplet: FA, EB and CF. RGB value is (250,235,207). Sum of RGB (Red+Green+Blue) = 250+235+207=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBCF is #051430. Grayscale: #ECECEC. Windows color (decimal): -332849 or 13626362. OLE color: 13626362.

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

Color convert

RGB250235207-
CMYK00.060.170.02
HSL39.07º81.13%89.61%-
HSV(B)39.07º17.2%98.04%-
XYZ80.484.2571.06-
YUV236.29111.47137.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 235 (92.19% from 255) = 33.96%
BLUE value IS 207 (81.25% from 255) = 29.91%
R=36.13%
G=33.96%
B=29.91%

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
Decimal25023520700.060.170.0239.0781.1389.61
HexFAEBCF0611227515a
Octal3723533170621247121132
Binary1111101011101011110011110110100011010011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBCF; }

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

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

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

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

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

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

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

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