#FAEEE4

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

Shades of Linen #FAEEE4

Tints of Linen #FAEEE4

Color information

#FAEEE4 (or 0xFAEEE4) is unknown color: approx Linen. HEX triplet: FA, EE and E4. RGB value is (250,238,228). Sum of RGB (Red+Green+Blue) = 250+238+228=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 228 (89.45% from 255 or 31.84% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE4 is #05111B. Grayscale: #F0F0F0. Windows color (decimal): -332060 or 15003386. OLE color: 15003386.

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

Color convert

RGB250238228-
CMYK00.050.090.02
HSL27.27º68.75%93.73%-
HSV(B)27.27º8.8%98.04%-
XYZ8487.0785.78-
YUV240.45120.98134.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 228 (89.45% from 255) = 31.84%
R=34.92%
G=33.24%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023822800.050.090.0227.2768.7593.73
HexFAEEE405921b455e
Octal3723563440511233105136
Binary11111010111011101110010001011001101101110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE4; }

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

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

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

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

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

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

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

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