#FEF0BB

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

Shades of Oasis #FEF0BB

Tints of Oasis #FEF0BB

Color information

#FEF0BB (or 0xFEF0BB) is unknown color: approx Oasis. HEX triplet: FE, F0 and BB. RGB value is (254,240,187). Sum of RGB (Red+Green+Blue) = 254+240+187=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BB is #010F44. Grayscale: #EEEEEE. Windows color (decimal): -69445 or 12316926. OLE color: 12316926.

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

Color convert

RGB254240187-
CMYK00.060.260.00
HSL47.46º97.1%86.47%-
HSV(B)47.46º26.38%99.61%-
XYZ8186.9859.53-
YUV238.1499.14139.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=37.30%
G=35.24%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424018700.060.260.0047.4697.186.47
HexFEF0BB061A02f6156
Octal3763602730632057141126
Binary111111101111000010111011011011010010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0BB; }

 p { color: rgb(254,240,187); }

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

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

 a { background-color: rgb(254,240,187); }

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

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

 span { border-color: rgb(254,240,187); }

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