#FBEFE2

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

Shades of Linen #FBEFE2

Tints of Linen #FBEFE2

Color information

#FBEFE2 (or 0xFBEFE2) is unknown color: approx Linen. HEX triplet: FB, EF and E2. RGB value is (251,239,226). Sum of RGB (Red+Green+Blue) = 251+239+226=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFE2 is #04101D. Grayscale: #F1F1F1. Windows color (decimal): -266270 or 14872571. OLE color: 14872571.

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

Color convert

RGB251239226-
CMYK00.050.100.02
HSL31.2º75.76%93.53%-
HSV(B)31.2º9.96%98.43%-
XYZ84.3887.7384.44-
YUV241.11119.48135.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 226 (88.67% from 255) = 31.56%
R=35.06%
G=33.38%
B=31.56%

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
Decimal25123922600.050.100.0231.275.7693.53
HexFBEFE205A21f4c5e
Octal3733573420512237114136
Binary11111011111011111110001001011010101111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFE2; }

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

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

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

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

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

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

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

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