#FBEFE6

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

Shades of Linen #FBEFE6

Tints of Linen #FBEFE6

Color information

#FBEFE6 (or 0xFBEFE6) is unknown color: approx Linen. HEX triplet: FB, EF and E6. RGB value is (251,239,230). Sum of RGB (Red+Green+Blue) = 251+239+230=720 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.86% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBEFE6 is #041019. Grayscale: #F1F1F1. Windows color (decimal): -266266 or 15134715. OLE color: 15134715.

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

Color convert

RGB251239230-
CMYK00.050.080.02
HSL25.71º72.41%94.31%-
HSV(B)25.71º8.37%98.43%-
XYZ84.9387.9687.36-
YUV241.56121.48134.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.86%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=34.86%
G=33.19%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123923000.050.080.0225.7172.4194.31
HexFBEFE605821a485e
Octal3733573460510232110136
Binary11111011111011111110011001011000101101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFE6; }

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

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

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

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

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

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

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

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