Html Css Color HEX #FEF5EA Linen

📋 copy color: '#FEF5EA'

red 254 ◦ green 245 ◦ blue 234

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

Shades of Linen #FEF5EA

Tints of Linen #FEF5EA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.42%

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

R = 34.65%
G = 33.42%
B = 31.92%

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

#FEF5EA (or 0xFEF5EA) is known color: Linen. HEX triplet: FE, F5 and EA. RGB value is (254,245,234). Sum of RGB (Red+Green+Blue) = 254+245+234=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5EA is #010A15. Grayscale: #F6F6F6. Windows color (decimal): -68118 or 15398398. OLE color: 15398398.

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

Color convert

RGB 254 245 234 -
CMYK 0 0.04 0.08 0.00
HSL 33º 0.91% 0.96% -
HSV(B) 33º 0.08% 1% -
XYZ 88.38 92.32 91 -
YUV 246.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 254 245 234 0 0.04 0.08 0.00 33 0.91 0.96
Hex FE F5 EA 0 4 8 0 21 5B 60
Octal 376 365 352 0 4 10 0 41 133 140
Binary 11111110 11110101 11101010 0 100 1000 0 100001 1011011 1100000

Color Harmonies of #FEF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5EA

Black with #FEF5EA

Text Example


Text Example

White with #FEF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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