#FEF0BF

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

Shades of Oasis #FEF0BF

Tints of Oasis #FEF0BF

Color information

#FEF0BF (or 0xFEF0BF) is unknown color: approx Oasis. HEX triplet: FE, F0 and BF. RGB value is (254,240,191). Sum of RGB (Red+Green+Blue) = 254+240+191=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BF is #010F40. Grayscale: #EEEEEE. Windows color (decimal): -69441 or 12579070. OLE color: 12579070.

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

Color convert

RGB254240191-
CMYK00.060.250.00
HSL46.67º96.92%87.25%-
HSV(B)46.67º24.8%99.61%-
XYZ81.4487.1561.82-
YUV238.6101.14138.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 191 (75% from 255) = 27.88%
R=37.08%
G=35.04%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424019100.060.250.0046.6796.9287.25
HexFEF0BF061902f6157
Octal3763602770631057141127
Binary111111101111000010111111011011001010111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0BF; }

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

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

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

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

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

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

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

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