#FFF2E7

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

Shades of Linen #FFF2E7

Tints of Linen #FFF2E7

Color information

#FFF2E7 (or 0xFFF2E7) is unknown color: approx Linen. HEX triplet: FF, F2 and E7. RGB value is (255,242,231). Sum of RGB (Red+Green+Blue) = 255+242+231=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 231 (90.62% from 255 or 31.73% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2E7 is #000D18. Grayscale: #F4F4F4. Windows color (decimal): -3353 or 15201023. OLE color: 15201023.

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

Color convert

RGB255242231-
CMYK00.050.090
HSL27.5º100%95.29%-
HSV(B)27.5º9.41%100%-
XYZ87.4290.5388.47-
YUV244.63120.31135.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.03%
GREEN value IS 242 (94.92% from 255) = 33.24%
BLUE value IS 231 (90.62% from 255) = 31.73%
R=35.03%
G=33.24%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524223100.050.09027.510095.29
HexFFF2E705901c645f
Octal3773623470511034144137
Binary1111111111110010111001110101100101110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2E7; }

 p { color: rgb(255,242,231); }

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

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

 a { background-color: rgb(255,242,231); }

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

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

 span { border-color: rgb(255,242,231); }

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