#FEF2BF

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

Shades of Oasis #FEF2BF

Tints of Oasis #FEF2BF

Color information

#FEF2BF (or 0xFEF2BF) is unknown color: approx Oasis. HEX triplet: FE, F2 and BF. RGB value is (254,242,191). Sum of RGB (Red+Green+Blue) = 254+242+191=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 191 (75% from 255 or 27.80% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2BF is #010D40. Grayscale: #EFEFEF. Windows color (decimal): -68929 or 12579582. OLE color: 12579582.

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

Color convert

RGB254242191-
CMYK00.050.250.00
HSL48.57º96.92%87.25%-
HSV(B)48.57º24.8%99.61%-
XYZ82.0388.3462.02-
YUV239.77100.48138.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 191 (75% from 255) = 27.80%
R=36.97%
G=35.23%
B=27.80%

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
Decimal25424219100.050.250.0048.5796.9287.25
HexFEF2BF05190316157
Octal3763622770531061141127
Binary111111101111001010111111010111001011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2BF; }

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

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

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

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

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

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

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

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