Html Css Color HEX #F6F2EE Linen

📋 copy color: '#F6F2EE'

red 246 ◦ green 242 ◦ blue 238

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

Shades of Linen #F6F2EE

Tints of Linen #F6F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.33%

 BLUE value IS 238 (93.36% from 255) = 32.78%

R = 33.88%
G = 33.33%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6F2EE (or 0xF6F2EE) is known color: Linen. HEX triplet: F6, F2 and EE. RGB value is (246,242,238). Sum of RGB (Red+Green+Blue) = 246+242+238=726 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.88% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2EE is #090D11. Grayscale: #F2F2F2. Windows color (decimal): -593170 or 15659766. OLE color: 15659766.

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

Color convert

RGB 246 242 238 -
CMYK 0 0.02 0.03 0.04
HSL 30º 0.31% 0.95% -
HSV(B) 30º 0.03% 0.96% -
XYZ 85.19 89.27 93.63 -
YUV 242.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 246 242 238 0 0.02 0.03 0.04 30 0.31 0.95
Hex F6 F2 EE 0 2 3 4 1E 1F 5F
Octal 366 362 356 0 2 3 4 36 37 137
Binary 11110110 11110010 11101110 0 10 11 100 11110 11111 1011111

Color Harmonies of #F6F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F2EE

Black with #F6F2EE

Text Example


Text Example

White with #F6F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F2EE; }

 p { color: rgb(246,242,238); }

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

background-color css

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

 a { background-color: rgb(246,242,238); }

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

border-color css

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

 span { border-color: rgb(246,242,238); }

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