#FBF3EA

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

Shades of Linen #FBF3EA

Tints of Linen #FBF3EA

Color information

#FBF3EA (or 0xFBF3EA) is unknown color: approx Linen. HEX triplet: FB, F3 and EA. RGB value is (251,243,234). Sum of RGB (Red+Green+Blue) = 251+243+234=728 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.48% from 728); Green value is 243 (95.31% from 255 or 33.38% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3EA is #040C15. Grayscale: #F4F4F4. Windows color (decimal): -265238 or 15397883. OLE color: 15397883.

HSL color Cylindrical-coordinate representation of color #FBF3EA: hue angle of 31.76º degrees, saturation: 0.68, 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 #FBF3EA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251243234-
CMYK00.030.070.02
HSL31.76º68%95.1%-
HSV(B)31.76º6.77%98.43%-
XYZ86.6990.5590.75-
YUV244.37122.15132.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.48%
GREEN value IS 243 (95.31% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 32.14%
R=34.48%
G=33.38%
B=32.14%

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
Decimal25124323400.030.070.0231.766895.1
HexFBF3EA037220445f
Octal373363352037240104137
Binary1111101111110011111010100111111010000010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3EA; }

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

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

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

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

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

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

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

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