#FEF2E5

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

Shades of Linen #FEF2E5

Tints of Linen #FEF2E5

Color information

#FEF2E5 (or 0xFEF2E5) is unknown color: approx Linen. HEX triplet: FE, F2 and E5. RGB value is (254,242,229). Sum of RGB (Red+Green+Blue) = 254+242+229=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 229 (89.84% from 255 or 31.59% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2E5 is #010D1A. Grayscale: #F4F4F4. Windows color (decimal): -68891 or 15069950. OLE color: 15069950.

HSL color Cylindrical-coordinate representation of color #FEF2E5: hue angle of 31.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF2E5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254242229-
CMYK00.050.100.00
HSL31.2º92.59%94.71%-
HSV(B)31.2º9.84%99.61%-
XYZ86.7790.2386.97-
YUV244.11119.48135.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 242 (94.92% from 255) = 33.38%
BLUE value IS 229 (89.84% from 255) = 31.59%
R=35.03%
G=33.38%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424222900.050.100.0031.292.5994.71
HexFEF2E505A01f5d5f
Octal3763623450512037135137
Binary1111111011110010111001010101101001111110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2E5; }

 p { color: rgb(254,242,229); }

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

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

 a { background-color: rgb(254,242,229); }

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

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

 span { border-color: rgb(254,242,229); }

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