Html Css Color HEX #FEF0E6 Linen

📋 copy color: '#FEF0E6'

red 254 ◦ green 240 ◦ blue 230

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

Shades of Linen #FEF0E6

Tints of Linen #FEF0E6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.15%

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

R = 35.08%
G = 33.15%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEF0E6 (or 0xFEF0E6) is known color: Linen. HEX triplet: FE, F0 and E6. RGB value is (254,240,230). Sum of RGB (Red+Green+Blue) = 254+240+230=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0E6 is #010F19. Grayscale: #F3F3F3. Windows color (decimal): -69402 or 15134974. OLE color: 15134974.

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

Color convert

RGB 254 240 230 -
CMYK 0 0.06 0.09 0.00
HSL 25º 0.92% 0.95% -
HSV(B) 25º 0.09% 1% -
XYZ 86.32 89.1 87.51 -
YUV 243.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 254 240 230 0 0.06 0.09 0.00 25 0.92 0.95
Hex FE F0 E6 0 6 9 0 19 5C 5F
Octal 376 360 346 0 6 11 0 31 134 137
Binary 11111110 11110000 11100110 0 110 1001 0 11001 1011100 1011111

Color Harmonies of #FEF0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0E6

Black with #FEF0E6

Text Example


Text Example

White with #FEF0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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