#FFF2E6

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

Shades of Linen #FFF2E6

Tints of Linen #FFF2E6

Color information

#FFF2E6 (or 0xFFF2E6) is unknown color: approx Linen. HEX triplet: FF, F2 and E6. RGB value is (255,242,230). Sum of RGB (Red+Green+Blue) = 255+242+230=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2E6 is #000D19. Grayscale: #F4F4F4. Windows color (decimal): -3354 or 15135487. OLE color: 15135487.

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

Color convert

RGB255242230-
CMYK00.050.100
HSL28.8º100%95.1%-
HSV(B)28.8º9.8%100%-
XYZ87.2890.4887.73-
YUV244.52119.81135.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 230 (90.23% from 255) = 31.64%
R=35.08%
G=33.29%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524223000.050.10028.810095.1
HexFFF2E605A01d645f
Octal3773623460512035144137
Binary1111111111110010111001100101101001110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2E6; }

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

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

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

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

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

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

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

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