Html Css Color HEX #F8EDE2 Linen

📋 copy color: '#F8EDE2'

red 248 ◦ green 237 ◦ blue 226

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

Shades of Linen #F8EDE2

Tints of Linen #F8EDE2

RGB

 RED value IS 248 (97.27% from 255) = 34.88%

 GREEN value IS 237 (92.97% from 255) = 33.33%

 BLUE value IS 226 (88.67% from 255) = 31.79%

R = 34.88%
G = 33.33%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F8EDE2 (or 0xF8EDE2) is known color: Linen. HEX triplet: F8, ED and E2. RGB value is (248,237,226). Sum of RGB (Red+Green+Blue) = 248+237+226=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 226 (88.67% from 255 or 31.79% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDE2 is #07121D. Grayscale: #EFEFEF. Windows color (decimal): -463390 or 14872056. OLE color: 14872056.

HSL color Cylindrical-coordinate representation of color #F8EDE2: hue angle of 30º degrees, saturation: 0.61, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F8EDE2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 226 -
CMYK 0 0.04 0.09 0.03
HSL 30º 0.61% 0.93% -
HSV(B) 30º 0.09% 0.97% -
XYZ 82.72 86.02 84.19 -
YUV 239.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 248 237 226 0 0.04 0.09 0.03 30 0.61 0.93
Hex F8 ED E2 0 4 9 3 1E 3D 5D
Octal 370 355 342 0 4 11 3 36 75 135
Binary 11111000 11101101 11100010 0 100 1001 11 11110 111101 1011101

Color Harmonies of #F8EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDE2

Black with #F8EDE2

Text Example


Text Example

White with #F8EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDE2; }

 p { color: rgb(248,237,226); }

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

background-color css

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

 a { background-color: rgb(248,237,226); }

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

border-color css

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

 span { border-color: rgb(248,237,226); }

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