#FEEEBD

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

Shades of Oasis #FEEEBD

Tints of Oasis #FEEEBD

Color information

#FEEEBD (or 0xFEEEBD) is unknown color: approx Oasis. HEX triplet: FE, EE and BD. RGB value is (254,238,189). Sum of RGB (Red+Green+Blue) = 254+238+189=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEEBD is #011142. Grayscale: #EDEDED. Windows color (decimal): -69955 or 12447486. OLE color: 12447486.

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

Color convert

RGB254238189-
CMYK00.060.260.00
HSL45.23º97.01%86.86%-
HSV(B)45.23º25.59%99.61%-
XYZ80.6385.8960.47-
YUV237.2100.8139.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 189 (74.22% from 255) = 27.75%
R=37.30%
G=34.95%
B=27.75%

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
Decimal25423818900.060.260.0045.2397.0186.86
HexFEEEBD061A02d6157
Octal3763562750632055141127
Binary111111101110111010111101011011010010110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEBD; }

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

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

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

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

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

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

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

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