#FEF2BE

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

Shades of Oasis #FEF2BE

Tints of Oasis #FEF2BE

Color information

#FEF2BE (or 0xFEF2BE) is unknown color: approx Oasis. HEX triplet: FE, F2 and BE. RGB value is (254,242,190). Sum of RGB (Red+Green+Blue) = 254+242+190=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BE is #010D41. Grayscale: #EFEFEF. Windows color (decimal): -68930 or 12514046. OLE color: 12514046.

HSL color Cylindrical-coordinate representation of color #FEF2BE: hue angle of 48.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEF2BE is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254242190-
CMYK00.050.250.00
HSL48.75º96.97%87.06%-
HSV(B)48.75º25.2%99.61%-
XYZ81.9288.2961.44-
YUV239.6699.98138.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 190 (74.61% from 255) = 27.70%
R=37.03%
G=35.28%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424219000.050.250.0048.7596.9787.06
HexFEF2BE05190316157
Octal3763622760531061141127
Binary111111101111001010111110010111001011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2BE; }

 p { color: rgb(254,242,190); }

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

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

 a { background-color: rgb(254,242,190); }

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

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

 span { border-color: rgb(254,242,190); }

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