#FEEFBF

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

Shades of Oasis #FEEFBF

Tints of Oasis #FEEFBF

Color information

#FEEFBF (or 0xFEEFBF) is unknown color: approx Oasis. HEX triplet: FE, EF and BF. RGB value is (254,239,191). Sum of RGB (Red+Green+Blue) = 254+239+191=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFBF is #011040. Grayscale: #EEEEEE. Windows color (decimal): -69697 or 12578814. OLE color: 12578814.

HSL color Cylindrical-coordinate representation of color #FEEFBF: hue angle of 45.71º 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 #FEEFBF is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254239191-
CMYK00.060.250.00
HSL45.71º96.92%87.25%-
HSV(B)45.71º24.8%99.61%-
XYZ81.1486.5761.72-
YUV238.01101.47139.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 191 (75% from 255) = 27.92%
R=37.13%
G=34.94%
B=27.92%

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
Decimal25423919100.060.250.0045.7196.9287.25
HexFEEFBF061902e6157
Octal3763572770631056141127
Binary111111101110111110111111011011001010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFBF; }

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

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

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

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

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

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

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

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