#FBE9C1

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

Shades of Oasis #FBE9C1

Tints of Oasis #FBE9C1

Color information

#FBE9C1 (or 0xFBE9C1) is unknown color: approx Oasis. HEX triplet: FB, E9 and C1. RGB value is (251,233,193). Sum of RGB (Red+Green+Blue) = 251+233+193=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9C1 is #04163E. Grayscale: #E9E9E9. Windows color (decimal): -267839 or 12708347. OLE color: 12708347.

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

Color convert

RGB251233193-
CMYK00.070.230.02
HSL41.38º87.88%87.06%-
HSV(B)41.38º23.11%98.43%-
XYZ78.5582.6462.26-
YUV233.82104.96140.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 233 (91.41% from 255) = 34.42%
BLUE value IS 193 (75.78% from 255) = 28.51%
R=37.08%
G=34.42%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123319300.070.230.0241.3887.8887.06
HexFBE9C107172295857
Octal3733513010727251130127
Binary1111101111101001110000010111101111010100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9C1; }

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

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

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

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

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

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

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

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