Html Css Color HEX #F5EDE6 Linen

📋 copy color: '#F5EDE6'

red 245 ◦ green 237 ◦ blue 230

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

Shades of Linen #F5EDE6

Tints of Linen #F5EDE6

RGB

 RED value IS 245 (96.09% from 255) = 34.41%

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

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

R = 34.41%
G = 33.29%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F5EDE6 (or 0xF5EDE6) is known color: Linen. HEX triplet: F5, ED and E6. RGB value is (245,237,230). Sum of RGB (Red+Green+Blue) = 245+237+230=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDE6 is #0A1219. Grayscale: #EEEEEE. Windows color (decimal): -659994 or 15134197. OLE color: 15134197.

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

Color convert

RGB 245 237 230 -
CMYK 0 0.03 0.06 0.04
HSL 28º 0.43% 0.93% -
HSV(B) 28º 0.06% 0.96% -
XYZ 82.22 85.69 87.07 -
YUV 238.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 245 237 230 0 0.03 0.06 0.04 28 0.43 0.93
Hex F5 ED E6 0 3 6 4 1C 2B 5D
Octal 365 355 346 0 3 6 4 34 53 135
Binary 11110101 11101101 11100110 0 11 110 100 11100 101011 1011101

Color Harmonies of #F5EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EDE6

Black with #F5EDE6

Text Example


Text Example

White with #F5EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EDE6; }

 p { color: rgb(245,237,230); }

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

background-color css

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

 a { background-color: rgb(245,237,230); }

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

border-color css

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

 span { border-color: rgb(245,237,230); }

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