#FBF3E9

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

Shades of Linen #FBF3E9

Tints of Linen #FBF3E9

Color information

#FBF3E9 (or 0xFBF3E9) is unknown color: approx Linen. HEX triplet: FB, F3 and E9. RGB value is (251,243,233). Sum of RGB (Red+Green+Blue) = 251+243+233=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 243 (95.31% from 255 or 33.43% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3E9 is #040C16. Grayscale: #F4F4F4. Windows color (decimal): -265239 or 15332347. OLE color: 15332347.

HSL color Cylindrical-coordinate representation of color #FBF3E9: hue angle of 33.33º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBF3E9 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251243233-
CMYK00.030.070.02
HSL33.33º69.23%94.9%-
HSV(B)33.33º7.17%98.43%-
XYZ86.5490.4990-
YUV244.25121.65132.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.53%
GREEN value IS 243 (95.31% from 255) = 33.43%
BLUE value IS 233 (91.41% from 255) = 32.05%
R=34.53%
G=33.43%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124323300.030.070.0233.3369.2394.9
HexFBF3E9037221455f
Octal373363351037241105137
Binary1111101111110011111010010111111010000110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3E9; }

 p { color: rgb(251,243,233); }

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

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

 a { background-color: rgb(251,243,233); }

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

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

 span { border-color: rgb(251,243,233); }

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