#FFF3E2

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

Shades of Old Lace #FFF3E2

Tints of Old Lace #FFF3E2

Color information

#FFF3E2 (or 0xFFF3E2) is unknown color: approx Old Lace. HEX triplet: FF, F3 and E2. RGB value is (255,243,226). Sum of RGB (Red+Green+Blue) = 255+243+226=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 226 (88.67% from 255 or 31.22% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3E2 is #000C1D. Grayscale: #F4F4F4. Windows color (decimal): -3102 or 14873599. OLE color: 14873599.

HSL color Cylindrical-coordinate representation of color #FFF3E2: hue angle of 35.17º 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 #FFF3E2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255243226-
CMYK00.050.110
HSL35.17º100%94.31%-
HSV(B)35.17º11.37%100%-
XYZ87.0290.8584.9-
YUV244.65117.48135.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 226 (88.67% from 255) = 31.22%
R=35.22%
G=33.56%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524322600.050.11035.1710094.31
HexFFF3E205B023645e
Octal3773633420513043144136
Binary11111111111100111110001001011011010001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3E2; }

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

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

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

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

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

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

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

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