#FAEEE3

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

Shades of Linen #FAEEE3

Tints of Linen #FAEEE3

Color information

#FAEEE3 (or 0xFAEEE3) is unknown color: approx Linen. HEX triplet: FA, EE and E3. RGB value is (250,238,227). Sum of RGB (Red+Green+Blue) = 250+238+227=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 227 (89.06% from 255 or 31.75% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEE3 is #05111C. Grayscale: #F0F0F0. Windows color (decimal): -332061 or 14937850. OLE color: 14937850.

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

Color convert

RGB250238227-
CMYK00.050.090.02
HSL28.7º69.7%93.53%-
HSV(B)28.7º9.2%98.04%-
XYZ83.8687.0285.05-
YUV240.33120.48134.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.97%
GREEN value IS 238 (93.36% from 255) = 33.29%
BLUE value IS 227 (89.06% from 255) = 31.75%
R=34.97%
G=33.29%
B=31.75%

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
Decimal25023822700.050.090.0228.769.793.53
HexFAEEE305921d465e
Octal3723563430511235106136
Binary11111010111011101110001101011001101110110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE3; }

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

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

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

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

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

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

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

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