#FBF5EE

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

Shades of Linen #FBF5EE

Tints of Linen #FBF5EE

Color information

#FBF5EE (or 0xFBF5EE) is unknown color: approx Linen. HEX triplet: FB, F5 and EE. RGB value is (251,245,238). Sum of RGB (Red+Green+Blue) = 251+245+238=734 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.20% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5EE is #040A11. Grayscale: #F6F6F6. Windows color (decimal): -264722 or 15660539. OLE color: 15660539.

HSL color Cylindrical-coordinate representation of color #FBF5EE: hue angle of 32.31º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FBF5EE is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251245238-
CMYK00.020.050.02
HSL32.31º61.9%95.88%-
HSV(B)32.31º5.18%98.43%-
XYZ87.8791.9994.01-
YUV246123.49131.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.20%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=34.20%
G=33.38%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124523800.020.050.0232.3161.995.88
HexFBF5EE0252203e60
Octal37336535602524076140
Binary111110111111010111101110010101101000001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5EE; }

 p { color: rgb(251,245,238); }

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

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

 a { background-color: rgb(251,245,238); }

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

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

 span { border-color: rgb(251,245,238); }

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