#FEEFBC

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

Shades of Oasis #FEEFBC

Tints of Oasis #FEEFBC

Color information

#FEEFBC (or 0xFEEFBC) is unknown color: approx Oasis. HEX triplet: FE, EF and BC. RGB value is (254,239,188). Sum of RGB (Red+Green+Blue) = 254+239+188=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 188 (73.83% from 255 or 27.61% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFBC is #011043. Grayscale: #EDEDED. Windows color (decimal): -69700 or 12382206. OLE color: 12382206.

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

Color convert

RGB254239188-
CMYK00.060.260.00
HSL46.36º97.06%86.67%-
HSV(B)46.36º25.98%99.61%-
XYZ80.8286.4360-
YUV237.6799.97139.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 188 (73.83% from 255) = 27.61%
R=37.30%
G=35.10%
B=27.61%

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
Decimal25423918800.060.260.0046.3697.0686.67
HexFEEFBC061A02e6157
Octal3763572740632056141127
Binary111111101110111110111100011011010010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFBC; }

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

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

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

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

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

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

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

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