#fef1bb

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

Shades of Oasis #FEF1BB

Tints of Oasis #FEF1BB

Color information

#FEF1BB (or 0xFEF1BB) is unknown color: approx Oasis. HEX triplet: FE, F1 and BB. RGB value is (254,241,187). Sum of RGB (Red+Green+Blue) = 254+241+187=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1BB is #010E44. Grayscale: #EEEEEE. Windows color (decimal): -69189 or 12317182. OLE color: 12317182.

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

Color convert

RGB254241187-
CMYK00.050.260.00
HSL48.36º97.1%86.47%-
HSV(B)48.36º26.38%99.61%-
XYZ81.387.5759.63-
YUV238.7398.81138.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 187 (73.44% from 255) = 27.42%
R=37.24%
G=35.34%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424118700.050.260.0048.3697.186.47
HexFEF1BB051A0306156
Octal3763612730532060141126
Binary111111101111000110111011010111010011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fef1bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fef1bb; }

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

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

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

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

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

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

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

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