#FBE9BE

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

Shades of Oasis #FBE9BE

Tints of Oasis #FBE9BE

Color information

#FBE9BE (or 0xFBE9BE) is unknown color: approx Oasis. HEX triplet: FB, E9 and BE. RGB value is (251,233,190). Sum of RGB (Red+Green+Blue) = 251+233+190=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9BE is #041641. Grayscale: #E9E9E9. Windows color (decimal): -267842 or 12511739. OLE color: 12511739.

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

Color convert

RGB251233190-
CMYK00.070.240.02
HSL42.3º88.41%86.47%-
HSV(B)42.3º24.3%98.43%-
XYZ78.2282.560.52-
YUV233.48103.46140.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 190 (74.61% from 255) = 28.19%
R=37.24%
G=34.57%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123319000.070.240.0242.388.4186.47
HexFBE9BE071822a5856
Octal3733512760730252130126
Binary1111101111101001101111100111110001010101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9BE; }

 p { color: rgb(251,233,190); }

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

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

 a { background-color: rgb(251,233,190); }

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

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

 span { border-color: rgb(251,233,190); }

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