#FEF1BF

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

Shades of Oasis #FEF1BF

Tints of Oasis #FEF1BF

Color information

#FEF1BF (or 0xFEF1BF) is unknown color: approx Oasis. HEX triplet: FE, F1 and BF. RGB value is (254,241,191). Sum of RGB (Red+Green+Blue) = 254+241+191=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BF is #010E40. Grayscale: #EFEFEF. Windows color (decimal): -69185 or 12579326. OLE color: 12579326.

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

Color convert

RGB254241191-
CMYK00.050.250.00
HSL47.62º96.92%87.25%-
HSV(B)47.62º24.8%99.61%-
XYZ81.7387.7461.92-
YUV239.19100.81138.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 191 (75% from 255) = 27.84%
R=37.03%
G=35.13%
B=27.84%

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
Decimal25424119100.050.250.0047.6296.9287.25
HexFEF1BF05190306157
Octal3763612770531060141127
Binary111111101111000110111111010111001011000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1BF; }

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

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

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

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

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

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

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

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