Html Css Color HEX #F1E7D6 White Linen

📋 copy color: '#F1E7D6'

red 241 ◦ green 231 ◦ blue 214

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

Shades of White Linen #F1E7D6

Tints of White Linen #F1E7D6

RGB

 RED value IS 241 (94.53% from 255) = 35.13%

 GREEN value IS 231 (90.63% from 255) = 33.67%

 BLUE value IS 214 (83.98% from 255) = 31.2%

R = 35.13%
G = 33.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1E7D6 (or 0xF1E7D6) is known color: White Linen. HEX triplet: F1, E7 and D6. RGB value is (241,231,214). Sum of RGB (Red+Green+Blue) = 241+231+214=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7D6 is #0E1829. Grayscale: #E8E8E8. Windows color (decimal): -923690 or 14084081. OLE color: 14084081.

HSL color Cylindrical-coordinate representation of color #F1E7D6: hue angle of 37.78º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E7D6 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 231 214 -
CMYK 0 0.04 0.11 0.05
HSL 37.78º 0.49% 0.89% -
HSV(B) 37.78º 0.11% 0.95% -
XYZ 76.99 80.71 75.14 -
YUV 232.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 241 231 214 0 0.04 0.11 0.05 37.78 0.49 0.89
Hex F1 E7 D6 0 4 B 5 26 31 59
Octal 361 347 326 0 4 13 5 46 61 131
Binary 11110001 11100111 11010110 0 100 1011 101 100110 110001 1011001

Color Harmonies of #F1E7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E7D6

Black with #F1E7D6

Text Example


Text Example

White with #F1E7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E7D6; }

 p { color: rgb(241,231,214); }

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

background-color css

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

 a { background-color: rgb(241,231,214); }

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

border-color css

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

 span { border-color: rgb(241,231,214); }

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