Html Css Color HEX #F8EDE3 Linen

📋 copy color: '#F8EDE3'

red 248 ◦ green 237 ◦ blue 227

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

Shades of Linen #F8EDE3

Tints of Linen #F8EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.88%

R = 34.83%
G = 33.29%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F8EDE3 (or 0xF8EDE3) is known color: Linen. HEX triplet: F8, ED and E3. RGB value is (248,237,227). Sum of RGB (Red+Green+Blue) = 248+237+227=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 227 (89.06% from 255 or 31.88% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDE3 is #07121C. Grayscale: #EFEFEF. Windows color (decimal): -463389 or 14937592. OLE color: 14937592.

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

Color convert

RGB 248 237 227 -
CMYK 0 0.04 0.08 0.03
HSL 28.57º 0.6% 0.93% -
HSV(B) 28.57º 0.08% 0.97% -
XYZ 82.86 86.07 84.92 -
YUV 239.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 248 237 227 0 0.04 0.08 0.03 28.57 0.6 0.93
Hex F8 ED E3 0 4 8 3 1D 3C 5D
Octal 370 355 343 0 4 10 3 35 74 135
Binary 11111000 11101101 11100011 0 100 1000 11 11101 111100 1011101

Color Harmonies of #F8EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDE3

Black with #F8EDE3

Text Example


Text Example

White with #F8EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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