#FBEEE2

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

Shades of Linen #FBEEE2

Tints of Linen #FBEEE2

Color information

#FBEEE2 (or 0xFBEEE2) is unknown color: approx Linen. HEX triplet: FB, EE and E2. RGB value is (251,238,226). Sum of RGB (Red+Green+Blue) = 251+238+226=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 226 (88.67% from 255 or 31.61% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEE2 is #04111D. Grayscale: #F0F0F0. Windows color (decimal): -266526 or 14872315. OLE color: 14872315.

HSL color Cylindrical-coordinate representation of color #FBEEE2: hue angle of 28.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBEEE2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251238226-
CMYK00.050.100.02
HSL28.8º75.76%93.53%-
HSV(B)28.8º9.96%98.43%-
XYZ84.0987.1584.34-
YUV240.52119.81135.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 238 (93.36% from 255) = 33.29%
BLUE value IS 226 (88.67% from 255) = 31.61%
R=35.10%
G=33.29%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123822600.050.100.0228.875.7693.53
HexFBEEE205A21d4c5e
Octal3733563420512235114136
Binary11111011111011101110001001011010101110110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEE2; }

 p { color: rgb(251,238,226); }

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

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

 a { background-color: rgb(251,238,226); }

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

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

 span { border-color: rgb(251,238,226); }

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