#FAF1E3

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

Shades of Old Lace #FAF1E3

Tints of Old Lace #FAF1E3

Color information

#FAF1E3 (or 0xFAF1E3) is unknown color: approx Old Lace. HEX triplet: FA, F1 and E3. RGB value is (250,241,227). Sum of RGB (Red+Green+Blue) = 250+241+227=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1E3 is #050E1C. Grayscale: #F2F2F2. Windows color (decimal): -331293 or 14938618. OLE color: 14938618.

HSL color Cylindrical-coordinate representation of color #FAF1E3: hue angle of 36.52º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF1E3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250241227-
CMYK00.040.090.02
HSL36.52º69.7%93.53%-
HSV(B)36.52º9.2%98.04%-
XYZ84.7488.7885.34-
YUV242.09119.48133.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 241 (94.53% from 255) = 33.57%
BLUE value IS 227 (89.06% from 255) = 31.62%
R=34.82%
G=33.57%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024122700.040.090.0236.5269.793.53
HexFAF1E3049225465e
Octal3723613430411245106136
Binary111110101111000111100011010010011010010110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1E3; }

 p { color: rgb(250,241,227); }

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

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

 a { background-color: rgb(250,241,227); }

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

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

 span { border-color: rgb(250,241,227); }

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