#FFF1BA

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

Shades of Oasis #FFF1BA

Tints of Oasis #FFF1BA

Color information

#FFF1BA (or 0xFFF1BA) is unknown color: approx Oasis. HEX triplet: FF, F1 and BA. RGB value is (255,241,186). Sum of RGB (Red+Green+Blue) = 255+241+186=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1BA is #000E45. Grayscale: #EFEFEF. Windows color (decimal): -3654 or 12251647. OLE color: 12251647.

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

Color convert

RGB255241186-
CMYK00.050.270
HSL47.83º100%86.47%-
HSV(B)47.83º27.06%100%-
XYZ81.5687.7259.09-
YUV238.9298.14139.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 186 (73.05% from 255) = 27.27%
R=37.39%
G=35.34%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524118600.050.27047.8310086.47
HexFFF1BA051B0306456
Octal3773612720533060144126
Binary111111111111000110111010010111011011000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF1BA; }

 p { color: rgb(255,241,186); }

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

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

 a { background-color: rgb(255,241,186); }

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

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

 span { border-color: rgb(255,241,186); }

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