Html Css Color HEX #F2E6D7 White Linen

📋 copy color: '#F2E6D7'

red 242 ◦ green 230 ◦ blue 215

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

Shades of White Linen #F2E6D7

Tints of White Linen #F2E6D7

RGB

 RED value IS 242 (94.92% from 255) = 35.23%

 GREEN value IS 230 (90.23% from 255) = 33.48%

 BLUE value IS 215 (84.38% from 255) = 31.3%

R = 35.23%
G = 33.48%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2E6D7 (or 0xF2E6D7) is known color: White Linen. HEX triplet: F2, E6 and D7. RGB value is (242,230,215). Sum of RGB (Red+Green+Blue) = 242+230+215=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6D7 is #0D1928. Grayscale: #E7E7E7. Windows color (decimal): -858409 or 14149362. OLE color: 14149362.

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

Color convert

RGB 242 230 215 -
CMYK 0 0.05 0.11 0.05
HSL 33.33º 0.51% 0.9% -
HSV(B) 33.33º 0.11% 0.95% -
XYZ 77.18 80.38 75.74 -
YUV 231.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 242 230 215 0 0.05 0.11 0.05 33.33 0.51 0.9
Hex F2 E6 D7 0 5 B 5 21 33 5A
Octal 362 346 327 0 5 13 5 41 63 132
Binary 11110010 11100110 11010111 0 101 1011 101 100001 110011 1011010

Color Harmonies of #F2E6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E6D7

Black with #F2E6D7

Text Example


Text Example

White with #F2E6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E6D7; }

 p { color: rgb(242,230,215); }

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

background-color css

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

 a { background-color: rgb(242,230,215); }

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

border-color css

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

 span { border-color: rgb(242,230,215); }

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