Html Css Color HEX #F6EFE5 Linen

📋 copy color: '#F6EFE5'

red 246 ◦ green 239 ◦ blue 229

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

Shades of Linen #F6EFE5

Tints of Linen #F6EFE5

RGB

 RED value IS 246 (96.48% from 255) = 34.45%

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

 BLUE value IS 229 (89.84% from 255) = 32.07%

R = 34.45%
G = 33.47%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6EFE5 (or 0xF6EFE5) is known color: Linen. HEX triplet: F6, EF and E5. RGB value is (246,239,229). Sum of RGB (Red+Green+Blue) = 246+239+229=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFE5 is #09101A. Grayscale: #F0F0F0. Windows color (decimal): -593947 or 15069174. OLE color: 15069174.

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

Color convert

RGB 246 239 229 -
CMYK 0 0.03 0.07 0.04
HSL 35.29º 0.49% 0.93% -
HSV(B) 35.29º 0.07% 0.96% -
XYZ 83.02 86.98 86.54 -
YUV 239.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 246 239 229 0 0.03 0.07 0.04 35.29 0.49 0.93
Hex F6 EF E5 0 3 7 4 23 31 5D
Octal 366 357 345 0 3 7 4 43 61 135
Binary 11110110 11101111 11100101 0 11 111 100 100011 110001 1011101

Color Harmonies of #F6EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EFE5

Black with #F6EFE5

Text Example


Text Example

White with #F6EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EFE5; }

 p { color: rgb(246,239,229); }

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

background-color css

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

 a { background-color: rgb(246,239,229); }

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

border-color css

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

 span { border-color: rgb(246,239,229); }

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