Html Css Color HEX #F2E8DB White Linen

📋 copy color: '#F2E8DB'

red 242 ◦ green 232 ◦ blue 219

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

Shades of White Linen #F2E8DB

Tints of White Linen #F2E8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.6%

R = 34.92%
G = 33.48%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2E8DB (or 0xF2E8DB) is known color: White Linen. HEX triplet: F2, E8 and DB. RGB value is (242,232,219). Sum of RGB (Red+Green+Blue) = 242+232+219=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DB is #0D1724. Grayscale: #E9E9E9. Windows color (decimal): -857893 or 14412018. OLE color: 14412018.

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

Color convert

RGB 242 232 219 -
CMYK 0 0.04 0.10 0.05
HSL 33.91º 0.47% 0.9% -
HSV(B) 33.91º 0.1% 0.95% -
XYZ 78.26 81.7 78.66 -
YUV 233.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 242 232 219 0 0.04 0.10 0.05 33.91 0.47 0.9
Hex F2 E8 DB 0 4 A 5 22 2F 5A
Octal 362 350 333 0 4 12 5 42 57 132
Binary 11110010 11101000 11011011 0 100 1010 101 100010 101111 1011010

Color Harmonies of #F2E8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8DB

Black with #F2E8DB

Text Example


Text Example

White with #F2E8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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