Html Css Color HEX #F2EADB White Linen

📋 copy color: '#F2EADB'

red 242 ◦ green 234 ◦ blue 219

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

Shades of White Linen #F2EADB

Tints of White Linen #F2EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.67%

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

R = 34.82%
G = 33.67%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2EADB (or 0xF2EADB) is known color: White Linen. HEX triplet: F2, EA and DB. RGB value is (242,234,219). Sum of RGB (Red+Green+Blue) = 242+234+219=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EADB is #0D1524. Grayscale: #EAEAEA. Windows color (decimal): -857381 or 14412530. OLE color: 14412530.

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

Color convert

RGB 242 234 219 -
CMYK 0 0.03 0.10 0.05
HSL 39.13º 0.47% 0.9% -
HSV(B) 39.13º 0.1% 0.95% -
XYZ 78.83 82.84 78.85 -
YUV 234.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 242 234 219 0 0.03 0.10 0.05 39.13 0.47 0.9
Hex F2 EA DB 0 3 A 5 27 2F 5A
Octal 362 352 333 0 3 12 5 47 57 132
Binary 11110010 11101010 11011011 0 11 1010 101 100111 101111 1011010

Color Harmonies of #F2EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EADB

Black with #F2EADB

Text Example


Text Example

White with #F2EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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