#FFF2E2

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

Shades of Linen #FFF2E2

Tints of Linen #FFF2E2

Color information

#FFF2E2 (or 0xFFF2E2) is unknown color: approx Linen. HEX triplet: FF, F2 and E2. RGB value is (255,242,226). Sum of RGB (Red+Green+Blue) = 255+242+226=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 226 (88.67% from 255 or 31.26% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E2 is #000D1D. Grayscale: #F4F4F4. Windows color (decimal): -3358 or 14873343. OLE color: 14873343.

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

Color convert

RGB255242226-
CMYK00.050.110
HSL33.1º100%94.31%-
HSV(B)33.1º11.37%100%-
XYZ86.7290.2684.8-
YUV244.06117.81135.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 242 (94.92% from 255) = 33.47%
BLUE value IS 226 (88.67% from 255) = 31.26%
R=35.27%
G=33.47%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524222600.050.11033.110094.31
HexFFF2E205B021645e
Octal3773623420513041144136
Binary11111111111100101110001001011011010000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2E2; }

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

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

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

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

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

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

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

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