#FEF1D2

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

Shades of Varden #FEF1D2

Tints of Varden #FEF1D2

Color information

#FEF1D2 (or 0xFEF1D2) is unknown color: approx Varden. HEX triplet: FE, F1 and D2. RGB value is (254,241,210). Sum of RGB (Red+Green+Blue) = 254+241+210=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 210 (82.42% from 255 or 29.79% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1D2 is #010E2D. Grayscale: #F1F1F1. Windows color (decimal): -69166 or 13824510. OLE color: 13824510.

HSL color Cylindrical-coordinate representation of color #FEF1D2: hue angle of 42.27º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF1D2 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB254241210-
CMYK00.050.170.00
HSL42.27º95.65%90.98%-
HSV(B)42.27º17.32%99.61%-
XYZ83.9688.6373.66-
YUV241.35110.31137.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 241 (94.53% from 255) = 34.18%
BLUE value IS 210 (82.42% from 255) = 29.79%
R=36.03%
G=34.18%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424121000.050.170.0042.2795.6590.98
HexFEF1D2051102a605b
Octal3763613220521052140133
Binary111111101111000111010010010110001010101011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1D2; }

 p { color: rgb(254,241,210); }

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

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

 a { background-color: rgb(254,241,210); }

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

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

 span { border-color: rgb(254,241,210); }

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