#FAEFE2

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

Shades of Linen #FAEFE2

Tints of Linen #FAEFE2

Color information

#FAEFE2 (or 0xFAEFE2) is unknown color: approx Linen. HEX triplet: FA, EF and E2. RGB value is (250,239,226). Sum of RGB (Red+Green+Blue) = 250+239+226=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFE2 is #05101D. Grayscale: #F0F0F0. Windows color (decimal): -331806 or 14872570. OLE color: 14872570.

HSL color Cylindrical-coordinate representation of color #FAEFE2: hue angle of 32.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAEFE2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250239226-
CMYK00.040.100.02
HSL32.5º70.59%93.33%-
HSV(B)32.5º9.6%98.04%-
XYZ84.0287.5584.42-
YUV240.81119.64134.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 226 (88.67% from 255) = 31.61%
R=34.97%
G=33.43%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023922600.040.100.0232.570.5993.33
HexFAEFE204A221475d
Octal3723573420412241107135
Binary111110101110111111100010010010101010000110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE2; }

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

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

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

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

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

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

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

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