#FCE9BE

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

Shades of Oasis #FCE9BE

Tints of Oasis #FCE9BE

Color information

#FCE9BE (or 0xFCE9BE) is unknown color: approx Oasis. HEX triplet: FC, E9 and BE. RGB value is (252,233,190). Sum of RGB (Red+Green+Blue) = 252+233+190=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9BE is #031641. Grayscale: #E9E9E9. Windows color (decimal): -202306 or 12511740. OLE color: 12511740.

HSL color Cylindrical-coordinate representation of color #FCE9BE: hue angle of 41.61º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE9BE is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252233190-
CMYK00.080.250.01
HSL41.61º91.18%86.67%-
HSV(B)41.61º24.6%98.82%-
XYZ78.5882.6960.53-
YUV233.78103.29141-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=37.33%
G=34.52%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223319000.080.250.0141.6191.1886.67
HexFCE9BE081912a5b57
Octal37435127601031152133127
Binary1111110011101001101111100100011001110101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9BE; }

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

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

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

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

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

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

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

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