#FBEFE1

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

Shades of Linen #FBEFE1

Tints of Linen #FBEFE1

Color information

#FBEFE1 (or 0xFBEFE1) is unknown color: approx Linen. HEX triplet: FB, EF and E1. RGB value is (251,239,225). Sum of RGB (Red+Green+Blue) = 251+239+225=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFE1 is #04101E. Grayscale: #F1F1F1. Windows color (decimal): -266271 or 14807035. OLE color: 14807035.

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

Color convert

RGB251239225-
CMYK00.050.100.02
HSL32.31º76.47%93.33%-
HSV(B)32.31º10.36%98.43%-
XYZ84.2487.6883.72-
YUV240.99118.98135.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 225 (88.28% from 255) = 31.47%
R=35.10%
G=33.43%
B=31.47%

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
Decimal25123922500.050.100.0232.3176.4793.33
HexFBEFE105A2204c5d
Octal3733573410512240114135
Binary111110111110111111100001010110101010000010011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFE1; }

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

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

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

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

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

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

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

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