#F2EFEB

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

Shades of Linen #F2EFEB

Tints of Linen #F2EFEB

Color information

#F2EFEB (or 0xF2EFEB) is unknown color: approx Linen. HEX triplet: F2, EF and EB. RGB value is (242,239,235). Sum of RGB (Red+Green+Blue) = 242+239+235=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 235 (92.19% from 255 or 32.82% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EFEB is #0D1014. Grayscale: #EFEFEF. Windows color (decimal): -856085 or 15462386. OLE color: 15462386.

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

Color convert

RGB242239235-
CMYK00.010.030.05
HSL34.29º21.21%93.53%-
HSV(B)34.29º2.89%94.9%-
XYZ82.4886.6190.97-
YUV239.44125.49129.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 32.82%
R=33.80%
G=33.38%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223923500.010.030.0534.2921.2193.53
HexF2EFEB013522155e
Octal36235735301354225136
Binary1111001011101111111010110111101100010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFEB; }

 p { color: rgb(242,239,235); }

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

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

 a { background-color: rgb(242,239,235); }

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

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

 span { border-color: rgb(242,239,235); }

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