#FBF0E5

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

Shades of Linen #FBF0E5

Tints of Linen #FBF0E5

Color information

#FBF0E5 (or 0xFBF0E5) is unknown color: approx Linen. HEX triplet: FB, F0 and E5. RGB value is (251,240,229). Sum of RGB (Red+Green+Blue) = 251+240+229=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 229 (89.84% from 255 or 31.81% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0E5 is #040F1A. Grayscale: #F2F2F2. Windows color (decimal): -266011 or 15069435. OLE color: 15069435.

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

Color convert

RGB251240229-
CMYK00.040.090.02
HSL30º73.33%94.12%-
HSV(B)30º8.76%98.43%-
XYZ85.0988.4986.72-
YUV242.03120.64134.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 240 (94.14% from 255) = 33.33%
BLUE value IS 229 (89.84% from 255) = 31.81%
R=34.86%
G=33.33%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124022900.040.090.023073.3394.12
HexFBF0E504921e495e
Octal3733603450411236111136
Binary11111011111100001110010101001001101111010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0E5; }

 p { color: rgb(251,240,229); }

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

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

 a { background-color: rgb(251,240,229); }

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

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

 span { border-color: rgb(251,240,229); }

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