#FAEFE3

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

Shades of Linen #FAEFE3

Tints of Linen #FAEFE3

Color information

#FAEFE3 (or 0xFAEFE3) is unknown color: approx Linen. HEX triplet: FA, EF and E3. RGB value is (250,239,227). Sum of RGB (Red+Green+Blue) = 250+239+227=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 227 (89.06% from 255 or 31.70% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE3 is #05101C. Grayscale: #F0F0F0. Windows color (decimal): -331805 or 14938106. OLE color: 14938106.

HSL color Cylindrical-coordinate representation of color #FAEFE3: hue angle of 31.3º 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 #FAEFE3 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250239227-
CMYK00.040.090.02
HSL31.3º69.7%93.53%-
HSV(B)31.3º9.2%98.04%-
XYZ84.1687.685.15-
YUV240.92120.14134.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 227 (89.06% from 255) = 31.70%
R=34.92%
G=33.38%
B=31.70%

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
Decimal25023922700.040.090.0231.369.793.53
HexFAEFE304921f465e
Octal3723573430411237106136
Binary11111010111011111110001101001001101111110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE3; }

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

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

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

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

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

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

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

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