#FEEEBC

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

Shades of Oasis #FEEEBC

Tints of Oasis #FEEEBC

Color information

#FEEEBC (or 0xFEEEBC) is unknown color: approx Oasis. HEX triplet: FE, EE and BC. RGB value is (254,238,188). Sum of RGB (Red+Green+Blue) = 254+238+188=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 188 (73.83% from 255 or 27.65% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBC is #011143. Grayscale: #EDEDED. Windows color (decimal): -69956 or 12381950. OLE color: 12381950.

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

Color convert

RGB254238188-
CMYK00.060.260.00
HSL45.45º97.06%86.67%-
HSV(B)45.45º25.98%99.61%-
XYZ80.5285.8559.9-
YUV237.08100.3140.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 188 (73.83% from 255) = 27.65%
R=37.35%
G=35%
B=27.65%

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
Decimal25423818800.060.260.0045.4597.0686.67
HexFEEEBC061A02d6157
Octal3763562740632055141127
Binary111111101110111010111100011011010010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEBC; }

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

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

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

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

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

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

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

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