#FBE2BD

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

Shades of Egg Sour #FBE2BD

Tints of Egg Sour #FBE2BD

Color information

#FBE2BD (or 0xFBE2BD) is unknown color: approx Egg Sour. HEX triplet: FB, E2 and BD. RGB value is (251,226,189). Sum of RGB (Red+Green+Blue) = 251+226+189=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE2BD is #041D42. Grayscale: #E5E5E5. Windows color (decimal): -269635 or 12444411. OLE color: 12444411.

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

Color convert

RGB251226189-
CMYK00.100.250.02
HSL35.81º88.57%86.27%-
HSV(B)35.81º24.7%98.43%-
XYZ76.1778.5859.3-
YUV229.26105.28143.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=37.69%
G=33.93%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122618900.100.250.0235.8188.5786.27
HexFBE2BD0A192245956
Octal37334227501231244131126
Binary11111011111000101011110101010110011010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE2BD; }

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

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

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

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

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

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

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

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