#FEEFE0

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

Shades of Linen #FEEFE0

Tints of Linen #FEEFE0

Color information

#FEEFE0 (or 0xFEEFE0) is unknown color: approx Linen. HEX triplet: FE, EF and E0. RGB value is (254,239,224). Sum of RGB (Red+Green+Blue) = 254+239+224=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFE0 is #01101F. Grayscale: #F1F1F1. Windows color (decimal): -69664 or 14741502. OLE color: 14741502.

HSL color Cylindrical-coordinate representation of color #FEEFE0: hue angle of 30º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEEFE0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254239224-
CMYK00.060.120.00
HSL30º93.75%93.73%-
HSV(B)30º11.81%99.61%-
XYZ85.1988.1983.05-
YUV241.77117.97136.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 224 (87.89% from 255) = 31.24%
R=35.43%
G=33.33%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423922400.060.120.003093.7593.73
HexFEEFE006C01e5e5e
Octal3763573400614036136136
Binary1111111011101111111000000110110001111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE0; }

 p { color: rgb(254,239,224); }

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

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

 a { background-color: rgb(254,239,224); }

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

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

 span { border-color: rgb(254,239,224); }

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