#FEF0BC

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

Shades of Oasis #FEF0BC

Tints of Oasis #FEF0BC

Color information

#FEF0BC (or 0xFEF0BC) is unknown color: approx Oasis. HEX triplet: FE, F0 and BC. RGB value is (254,240,188). Sum of RGB (Red+Green+Blue) = 254+240+188=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 188 (73.83% from 255 or 27.57% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0BC is #010F43. Grayscale: #EEEEEE. Windows color (decimal): -69444 or 12382462. OLE color: 12382462.

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

Color convert

RGB254240188-
CMYK00.060.260.00
HSL47.27º97.06%86.67%-
HSV(B)47.27º25.98%99.61%-
XYZ81.1187.0260.1-
YUV238.2699.64139.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 188 (73.83% from 255) = 27.57%
R=37.24%
G=35.19%
B=27.57%

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
Decimal25424018800.060.260.0047.2797.0686.67
HexFEF0BC061A02f6157
Octal3763602740632057141127
Binary111111101111000010111100011011010010111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0BC; }

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

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

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

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

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

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

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

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