Html Css Color HEX #FEF3E6 Linen

📋 copy color: '#FEF3E6'

red 254 ◦ green 243 ◦ blue 230

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

Shades of Linen #FEF3E6

Tints of Linen #FEF3E6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.43%

 BLUE value IS 230 (90.23% from 255) = 31.64%

R = 34.94%
G = 33.43%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEF3E6 (or 0xFEF3E6) is known color: Linen. HEX triplet: FE, F3 and E6. RGB value is (254,243,230). Sum of RGB (Red+Green+Blue) = 254+243+230=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF3E6 is #010C19. Grayscale: #F4F4F4. Windows color (decimal): -68634 or 15135742. OLE color: 15135742.

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

Color convert

RGB 254 243 230 -
CMYK 0 0.04 0.09 0.00
HSL 32.5º 0.92% 0.95% -
HSV(B) 32.5º 0.09% 1% -
XYZ 87.21 90.89 87.81 -
YUV 244.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 254 243 230 0 0.04 0.09 0.00 32.5 0.92 0.95
Hex FE F3 E6 0 4 9 0 20 5C 5F
Octal 376 363 346 0 4 11 0 40 134 137
Binary 11111110 11110011 11100110 0 100 1001 0 100000 1011100 1011111

Color Harmonies of #FEF3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF3E6

Black with #FEF3E6

Text Example


Text Example

White with #FEF3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF3E6; }

 p { color: rgb(254,243,230); }

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

background-color css

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

 a { background-color: rgb(254,243,230); }

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

border-color css

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

 span { border-color: rgb(254,243,230); }

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