#FBE2BF

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

Shades of Egg Sour #FBE2BF

Tints of Egg Sour #FBE2BF

Color information

#FBE2BF (or 0xFBE2BF) is unknown color: approx Egg Sour. HEX triplet: FB, E2 and BF. RGB value is (251,226,191). Sum of RGB (Red+Green+Blue) = 251+226+191=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2BF is #041D40. Grayscale: #E5E5E5. Windows color (decimal): -269633 or 12575483. OLE color: 12575483.

HSL color Cylindrical-coordinate representation of color #FBE2BF: hue angle of 35º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBE2BF is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251226191-
CMYK00.100.240.02
HSL35º88.24%86.67%-
HSV(B)35º23.9%98.43%-
XYZ76.3878.6660.45-
YUV229.48106.28143.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 226 (88.67% from 255) = 33.83%
BLUE value IS 191 (75% from 255) = 28.59%
R=37.57%
G=33.83%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122619100.100.240.023588.2486.67
HexFBE2BF0A182235857
Octal37334227701230243130127
Binary11111011111000101011111101010110001010001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2BF; }

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

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

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

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

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

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

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

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