#FAEFE5

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

Shades of Linen #FAEFE5

Tints of Linen #FAEFE5

Color information

#FAEFE5 (or 0xFAEFE5) is unknown color: approx Linen. HEX triplet: FA, EF and E5. RGB value is (250,239,229). Sum of RGB (Red+Green+Blue) = 250+239+229=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE5 is #05101A. Grayscale: #F1F1F1. Windows color (decimal): -331803 or 15069178. OLE color: 15069178.

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

Color convert

RGB250239229-
CMYK00.040.080.02
HSL28.57º67.74%93.92%-
HSV(B)28.57º8.4%98.04%-
XYZ84.4387.7186.61-
YUV241.15121.14134.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.82%
GREEN value IS 239 (93.75% from 255) = 33.29%
BLUE value IS 229 (89.84% from 255) = 31.89%
R=34.82%
G=33.29%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922900.040.080.0228.5767.7493.92
HexFAEFE504821d445e
Octal3723573450410235104136
Binary11111010111011111110010101001000101110110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE5; }

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

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

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

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

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

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

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

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