#F9EFE3

Color #F9EFE3 Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Linen #F9EFE3

Tints of Linen #F9EFE3

Color information

#F9EFE3 (or 0xF9EFE3) is unknown color: approx Linen. HEX triplet: F9, EF and E3. RGB value is (249,239,227). Sum of RGB (Red+Green+Blue) = 249+239+227=715 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.83% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 227 (89.06% from 255 or 31.75% from 715); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFE3 is #06101C. Grayscale: #F0F0F0. Windows color (decimal): -397341 or 14938105. OLE color: 14938105.

HSL color Cylindrical-coordinate representation of color #F9EFE3: hue angle of 32.73º degrees, saturation: 0.65, 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 #F9EFE3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB249239227-
CMYK00.040.090.02
HSL32.73º64.71%93.33%-
HSV(B)32.73º8.84%97.65%-
XYZ83.887.4285.13-
YUV240.62120.31133.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.83%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 227 (89.06% from 255) = 31.75%
R=34.83%
G=33.43%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923922700.040.090.0232.7364.7193.33
HexF9EFE3049221415d
Octal3713573430411241101135
Binary111110011110111111100011010010011010000110000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFE3; }

 p { color: rgb(249,239,227); }

 H1.HeaderClassName
 {
   color: #F9EFE3;
 }
 .AnyTagClassName
 {
   color: #F9EFE3;
 }
</style>
background-color css

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

 a { background-color: rgb(249,239,227); }

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

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

 span { border-color: rgb(249,239,227); }

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