#FBF4EB

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

Shades of Linen #FBF4EB

Tints of Linen #FBF4EB

Color information

#FBF4EB (or 0xFBF4EB) is unknown color: approx Linen. HEX triplet: FB, F4 and EB. RGB value is (251,244,235). Sum of RGB (Red+Green+Blue) = 251+244+235=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 235 (92.19% from 255 or 32.19% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4EB is #040B14. Grayscale: #F5F5F5. Windows color (decimal): -264981 or 15463675. OLE color: 15463675.

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

Color convert

RGB251244235-
CMYK00.030.060.02
HSL33.75º66.67%95.29%-
HSV(B)33.75º6.37%98.43%-
XYZ87.1391.2191.61-
YUV245.07122.32132.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 235 (92.19% from 255) = 32.19%
R=34.38%
G=33.42%
B=32.19%

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
Decimal25124423500.030.060.0233.7566.6795.29
HexFBF4EB036222435f
Octal373364353036242103137
Binary1111101111110100111010110111101010001010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4EB; }

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

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

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

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

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

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

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

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