#FEECBD

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

Shades of Oasis #FEECBD

Tints of Oasis #FEECBD

Color information

#FEECBD (or 0xFEECBD) is unknown color: approx Oasis. HEX triplet: FE, EC and BD. RGB value is (254,236,189). Sum of RGB (Red+Green+Blue) = 254+236+189=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECBD is #011342. Grayscale: #ECECEC. Windows color (decimal): -70467 or 12446974. OLE color: 12446974.

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

Color convert

RGB254236189-
CMYK00.070.260.00
HSL43.38º97.01%86.86%-
HSV(B)43.38º25.59%99.61%-
XYZ80.0584.7460.28-
YUV236.02101.46140.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 189 (74.22% from 255) = 27.84%
R=37.41%
G=34.76%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423618900.070.260.0043.3897.0186.86
HexFEECBD071A02b6157
Octal3763542750732053141127
Binary111111101110110010111101011111010010101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECBD; }

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

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

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

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

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

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

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

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