Html Css Color HEX #F2E8D7 White Linen

📋 copy color: '#F2E8D7'

red 242 ◦ green 232 ◦ blue 215

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

Shades of White Linen #F2E8D7

Tints of White Linen #F2E8D7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.67%

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

R = 35.12%
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

#F2E8D7 (or 0xF2E8D7) is known color: White Linen. HEX triplet: F2, E8 and D7. RGB value is (242,232,215). Sum of RGB (Red+Green+Blue) = 242+232+215=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 215 (84.38% from 255 or 31.20% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8D7 is #0D1728. Grayscale: #E9E9E9. Windows color (decimal): -857897 or 14149874. OLE color: 14149874.

HSL color Cylindrical-coordinate representation of color #F2E8D7: hue angle of 37.78º 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 #F2E8D7 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 215 -
CMYK 0 0.04 0.11 0.05
HSL 37.78º 0.51% 0.9% -
HSV(B) 37.78º 0.11% 0.95% -
XYZ 77.74 81.5 75.92 -
YUV 233.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 242 232 215 0 0.04 0.11 0.05 37.78 0.51 0.9
Hex F2 E8 D7 0 4 B 5 26 33 5A
Octal 362 350 327 0 4 13 5 46 63 132
Binary 11110010 11101000 11010111 0 100 1011 101 100110 110011 1011010

Color Harmonies of #F2E8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8D7

Black with #F2E8D7

Text Example


Text Example

White with #F2E8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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