#FEE9BD

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

Shades of Oasis #FEE9BD

Tints of Oasis #FEE9BD

Color information

#FEE9BD (or 0xFEE9BD) is unknown color: approx Oasis. HEX triplet: FE, E9 and BD. RGB value is (254,233,189). Sum of RGB (Red+Green+Blue) = 254+233+189=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 189 (74.22% from 255 or 27.96% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9BD is #011642. Grayscale: #EAEAEA. Windows color (decimal): -71235 or 12446206. OLE color: 12446206.

HSL color Cylindrical-coordinate representation of color #FEE9BD: hue angle of 40.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE9BD is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254233189-
CMYK00.080.260.00
HSL40.62º97.01%86.86%-
HSV(B)40.62º25.59%99.61%-
XYZ79.283.0259.99-
YUV234.26102.46142.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 189 (74.22% from 255) = 27.96%
R=37.57%
G=34.47%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423318900.080.260.0040.6297.0186.86
HexFEE9BD081A0296157
Octal37635127501032051141127
Binary1111111011101001101111010100011010010100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9BD; }

 p { color: rgb(254,233,189); }

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

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

 a { background-color: rgb(254,233,189); }

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

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

 span { border-color: rgb(254,233,189); }

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