#FAEFE4

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

Shades of Linen #FAEFE4

Tints of Linen #FAEFE4

Color information

#FAEFE4 (or 0xFAEFE4) is unknown color: approx Linen. HEX triplet: FA, EF and E4. RGB value is (250,239,228). Sum of RGB (Red+Green+Blue) = 250+239+228=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE4 is #05101B. Grayscale: #F1F1F1. Windows color (decimal): -331804 or 15003642. OLE color: 15003642.

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

Color convert

RGB250239228-
CMYK00.040.090.02
HSL30º68.75%93.73%-
HSV(B)30º8.8%98.04%-
XYZ84.2987.6685.88-
YUV241.03120.64134.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=34.87%
G=33.33%
B=31.80%

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
Decimal25023922800.040.090.023068.7593.73
HexFAEFE404921e455e
Octal3723573440411236105136
Binary11111010111011111110010001001001101111010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE4; }

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

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

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

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

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

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

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

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