Html Css Color HEX #F2E9DB White Linen

📋 copy color: '#F2E9DB'

red 242 ◦ green 233 ◦ blue 219

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

Shades of White Linen #F2E9DB

Tints of White Linen #F2E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.57%

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

R = 34.87%
G = 33.57%
B = 31.56%

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

#F2E9DB (or 0xF2E9DB) is known color: White Linen. HEX triplet: F2, E9 and DB. RGB value is (242,233,219). Sum of RGB (Red+Green+Blue) = 242+233+219=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9DB is #0D1624. Grayscale: #EAEAEA. Windows color (decimal): -857637 or 14412274. OLE color: 14412274.

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

Color convert

RGB 242 233 219 -
CMYK 0 0.04 0.10 0.05
HSL 36.52º 0.47% 0.9% -
HSV(B) 36.52º 0.1% 0.95% -
XYZ 78.54 82.27 78.76 -
YUV 234.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 242 233 219 0 0.04 0.10 0.05 36.52 0.47 0.9
Hex F2 E9 DB 0 4 A 5 25 2F 5A
Octal 362 351 333 0 4 12 5 45 57 132
Binary 11110010 11101001 11011011 0 100 1010 101 100101 101111 1011010

Color Harmonies of #F2E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9DB

Black with #F2E9DB

Text Example


Text Example

White with #F2E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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