#FBF3EB

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

Shades of Linen #FBF3EB

Tints of Linen #FBF3EB

Color information

#FBF3EB (or 0xFBF3EB) is unknown color: approx Linen. HEX triplet: FB, F3 and EB. RGB value is (251,243,235). Sum of RGB (Red+Green+Blue) = 251+243+235=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 235 (92.19% from 255 or 32.24% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3EB is #040C14. Grayscale: #F4F4F4. Windows color (decimal): -265237 or 15463419. OLE color: 15463419.

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

Color convert

RGB251243235-
CMYK00.030.060.02
HSL30º66.67%95.29%-
HSV(B)30º6.37%98.43%-
XYZ86.8390.6191.51-
YUV244.48122.65132.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 243 (95.31% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 32.24%
R=34.43%
G=33.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124323500.030.060.023066.6795.29
HexFBF3EB03621e435f
Octal373363353036236103137
Binary111110111111001111101011011110101111010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3EB; }

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

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

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

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

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

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

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

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