Html Css Color HEX #F2EADE White Linen

📋 copy color: '#F2EADE'

red 242 ◦ green 234 ◦ blue 222

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

Shades of White Linen #F2EADE

Tints of White Linen #F2EADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.81%

R = 34.67%
G = 33.52%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2EADE (or 0xF2EADE) is known color: White Linen. HEX triplet: F2, EA and DE. RGB value is (242,234,222). Sum of RGB (Red+Green+Blue) = 242+234+222=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EADE is #0D1521. Grayscale: #EBEBEB. Windows color (decimal): -857378 or 14609138. OLE color: 14609138.

HSL color Cylindrical-coordinate representation of color #F2EADE: hue angle of 36º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2EADE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 222 -
CMYK 0 0.03 0.08 0.05
HSL 36º 0.43% 0.91% -
HSV(B) 36º 0.08% 0.95% -
XYZ 79.23 83 80.95 -
YUV 235.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 242 234 222 0 0.03 0.08 0.05 36 0.43 0.91
Hex F2 EA DE 0 3 8 5 24 2B 5B
Octal 362 352 336 0 3 10 5 44 53 133
Binary 11110010 11101010 11011110 0 11 1000 101 100100 101011 1011011

Color Harmonies of #F2EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EADE

Black with #F2EADE

Text Example


Text Example

White with #F2EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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