#FAEFE6

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

Shades of Linen #FAEFE6

Tints of Linen #FAEFE6

Color information

#FAEFE6 (or 0xFAEFE6) is unknown color: approx Linen. HEX triplet: FA, EF and E6. RGB value is (250,239,230). Sum of RGB (Red+Green+Blue) = 250+239+230=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFE6 is #051019. Grayscale: #F1F1F1. Windows color (decimal): -331802 or 15134714. OLE color: 15134714.

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

Color convert

RGB250239230-
CMYK00.040.080.02
HSL27º66.67%94.12%-
HSV(B)27º8%98.04%-
XYZ84.5787.7787.35-
YUV241.26121.64134.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.77%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 230 (90.23% from 255) = 31.99%
R=34.77%
G=33.24%
B=31.99%

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
Decimal25023923000.040.080.022766.6794.12
HexFAEFE604821b435e
Octal3723573460410233103136
Binary11111010111011111110011001001000101101110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE6; }

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

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

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

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

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

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

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

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