Html Css Color HEX #F6F1EC Linen

📋 copy color: '#F6F1EC'

red 246 ◦ green 241 ◦ blue 236

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

Shades of Linen #F6F1EC

Tints of Linen #F6F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 32.64%

R = 34.02%
G = 33.33%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6F1EC (or 0xF6F1EC) is known color: Linen. HEX triplet: F6, F1 and EC. RGB value is (246,241,236). Sum of RGB (Red+Green+Blue) = 246+241+236=723 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.02% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 236 (92.58% from 255 or 32.64% from 723); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F1EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F1EC is #090E13. Grayscale: #F1F1F1. Windows color (decimal): -593428 or 15528438. OLE color: 15528438.

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

Color convert

RGB 246 241 236 -
CMYK 0 0.02 0.04 0.04
HSL 30º 0.36% 0.95% -
HSV(B) 30º 0.04% 0.96% -
XYZ 84.6 88.56 91.99 -
YUV 241.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 246 241 236 0 0.02 0.04 0.04 30 0.36 0.95
Hex F6 F1 EC 0 2 4 4 1E 24 5F
Octal 366 361 354 0 2 4 4 36 44 137
Binary 11110110 11110001 11101100 0 10 100 100 11110 100100 1011111

Color Harmonies of #F6F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F1EC

Black with #F6F1EC

Text Example


Text Example

White with #F6F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F1EC; }

 p { color: rgb(246,241,236); }

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

background-color css

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

 a { background-color: rgb(246,241,236); }

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

border-color css

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

 span { border-color: rgb(246,241,236); }

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