Html Css Color HEX #FEF1E4 Linen

📋 copy color: '#FEF1E4'

red 254 ◦ green 241 ◦ blue 228

#FEF1E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Linen #FEF1E4

Tints of Linen #FEF1E4

RGB

 RED value IS 254 (99.61% from 255) = 35.13%

 GREEN value IS 241 (94.53% from 255) = 33.33%

 BLUE value IS 228 (89.45% from 255) = 31.54%

R = 35.13%
G = 33.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEF1E4 (or 0xFEF1E4) is known color: Linen. HEX triplet: FE, F1 and E4. RGB value is (254,241,228). Sum of RGB (Red+Green+Blue) = 254+241+228=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 228 (89.45% from 255 or 31.54% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1E4 is #010E1B. Grayscale: #F3F3F3. Windows color (decimal): -69148 or 15004158. OLE color: 15004158.

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

Color convert

RGB 254 241 228 -
CMYK 0 0.05 0.10 0.00
HSL 30º 0.93% 0.95% -
HSV(B) 30º 0.1% 1% -
XYZ 86.33 89.58 86.14 -
YUV 243.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 254 241 228 0 0.05 0.10 0.00 30 0.93 0.95
Hex FE F1 E4 0 5 A 0 1E 5D 5F
Octal 376 361 344 0 5 12 0 36 135 137
Binary 11111110 11110001 11100100 0 101 1010 0 11110 1011101 1011111

Color Harmonies of #FEF1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1E4

Black with #FEF1E4

Text Example


Text Example

White with #FEF1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1E4; }

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

 H1.HeaderClassName
 {
   color: #FEF1E4;
 }
 .AnyTagClassName
 {
   color: #FEF1E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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