Html Css Color HEX #FEF4EA Linen

📋 copy color: '#FEF4EA'

red 254 ◦ green 244 ◦ blue 234

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

Shades of Linen #FEF4EA

Tints of Linen #FEF4EA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 31.97%

R = 34.7%
G = 33.33%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEF4EA (or 0xFEF4EA) is known color: Linen. HEX triplet: FE, F4 and EA. RGB value is (254,244,234). Sum of RGB (Red+Green+Blue) = 254+244+234=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 234 (91.80% from 255 or 31.97% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4EA is #010B15. Grayscale: #F5F5F5. Windows color (decimal): -68374 or 15398142. OLE color: 15398142.

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

Color convert

RGB 254 244 234 -
CMYK 0 0.04 0.08 0.00
HSL 30º 0.91% 0.96% -
HSV(B) 30º 0.08% 1% -
XYZ 88.08 91.71 90.9 -
YUV 245.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 254 244 234 0 0.04 0.08 0.00 30 0.91 0.96
Hex FE F4 EA 0 4 8 0 1E 5B 60
Octal 376 364 352 0 4 10 0 36 133 140
Binary 11111110 11110100 11101010 0 100 1000 0 11110 1011011 1100000

Color Harmonies of #FEF4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4EA

Black with #FEF4EA

Text Example


Text Example

White with #FEF4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4EA; }

 p { color: rgb(254,244,234); }

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

background-color css

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

 a { background-color: rgb(254,244,234); }

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

border-color css

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

 span { border-color: rgb(254,244,234); }

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