Html Css Color HEX #F9EDE2 Linen

📋 copy color: '#F9EDE2'

red 249 ◦ green 237 ◦ blue 226

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

Shades of Linen #F9EDE2

Tints of Linen #F9EDE2

RGB

 RED value IS 249 (97.66% from 255) = 34.97%

 GREEN value IS 237 (92.97% from 255) = 33.29%

 BLUE value IS 226 (88.67% from 255) = 31.74%

R = 34.97%
G = 33.29%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9EDE2 (or 0xF9EDE2) is known color: Linen. HEX triplet: F9, ED and E2. RGB value is (249,237,226). Sum of RGB (Red+Green+Blue) = 249+237+226=712 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.97% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 226 (88.67% from 255 or 31.74% from 712); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDE2 is #06121D. Grayscale: #EFEFEF. Windows color (decimal): -397854 or 14872057. OLE color: 14872057.

HSL color Cylindrical-coordinate representation of color #F9EDE2: hue angle of 28.7º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9EDE2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 237 226 -
CMYK 0 0.05 0.09 0.02
HSL 28.7º 0.66% 0.93% -
HSV(B) 28.7º 0.09% 0.98% -
XYZ 83.08 86.2 84.21 -
YUV 239.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 249 237 226 0 0.05 0.09 0.02 28.7 0.66 0.93
Hex F9 ED E2 0 5 9 2 1D 42 5D
Octal 371 355 342 0 5 11 2 35 102 135
Binary 11111001 11101101 11100010 0 101 1001 10 11101 1000010 1011101

Color Harmonies of #F9EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EDE2

Black with #F9EDE2

Text Example


Text Example

White with #F9EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EDE2; }

 p { color: rgb(249,237,226); }

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

background-color css

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

 a { background-color: rgb(249,237,226); }

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

border-color css

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

 span { border-color: rgb(249,237,226); }

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