Html Css Color HEX #F5EFE8 Linen

📋 copy color: '#F5EFE8'

red 245 ◦ green 239 ◦ blue 232

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

Shades of Linen #F5EFE8

Tints of Linen #F5EFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.38%

 BLUE value IS 232 (91.02% from 255) = 32.4%

R = 34.22%
G = 33.38%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F5EFE8 (or 0xF5EFE8) is known color: Linen. HEX triplet: F5, EF and E8. RGB value is (245,239,232). Sum of RGB (Red+Green+Blue) = 245+239+232=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 232 (91.02% from 255 or 32.40% from 716); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFE8 is #0A1017. Grayscale: #F0F0F0. Windows color (decimal): -659480 or 15265781. OLE color: 15265781.

HSL color Cylindrical-coordinate representation of color #F5EFE8: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F5EFE8 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 239 232 -
CMYK 0 0.02 0.05 0.04
HSL 32.31º 0.39% 0.94% -
HSV(B) 32.31º 0.05% 0.96% -
XYZ 83.09 86.97 88.75 -
YUV 240 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 245 239 232 0 0.02 0.05 0.04 32.31 0.39 0.94
Hex F5 EF E8 0 2 5 4 20 27 5E
Octal 365 357 350 0 2 5 4 40 47 136
Binary 11110101 11101111 11101000 0 10 101 100 100000 100111 1011110

Color Harmonies of #F5EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EFE8

Black with #F5EFE8

Text Example


Text Example

White with #F5EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EFE8; }

 p { color: rgb(245,239,232); }

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

background-color css

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

 a { background-color: rgb(245,239,232); }

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

border-color css

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

 span { border-color: rgb(245,239,232); }

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