#FBE1BD

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

Shades of Egg Sour #FBE1BD

Tints of Egg Sour #FBE1BD

Color information

#FBE1BD (or 0xFBE1BD) is unknown color: approx Egg Sour. HEX triplet: FB, E1 and BD. RGB value is (251,225,189). Sum of RGB (Red+Green+Blue) = 251+225+189=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1BD is #041E42. Grayscale: #E4E4E4. Windows color (decimal): -269891 or 12444155. OLE color: 12444155.

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

Color convert

RGB251225189-
CMYK00.100.250.02
HSL34.84º88.57%86.27%-
HSV(B)34.84º24.7%98.43%-
XYZ75.8978.0359.21-
YUV228.67105.61143.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=37.74%
G=33.83%
B=28.42%

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
Decimal25122518900.100.250.0234.8488.5786.27
HexFBE1BD0A192235956
Octal37334127501231243131126
Binary11111011111000011011110101010110011010001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1BD; }

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

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

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

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

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

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

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

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