#FFF0BA

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

Shades of Oasis #FFF0BA

Tints of Oasis #FFF0BA

Color information

#FFF0BA (or 0xFFF0BA) is unknown color: approx Oasis. HEX triplet: FF, F0 and BA. RGB value is (255,240,186). Sum of RGB (Red+Green+Blue) = 255+240+186=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BA is #000F45. Grayscale: #EEEEEE. Windows color (decimal): -3910 or 12251391. OLE color: 12251391.

HSL color Cylindrical-coordinate representation of color #FFF0BA: hue angle of 46.96º 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 #FFF0BA is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255240186-
CMYK00.060.270
HSL46.96º100%86.47%-
HSV(B)46.96º27.06%100%-
XYZ81.2687.1358.99-
YUV238.3398.47139.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 240 (94.14% from 255) = 35.24%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=37.44%
G=35.24%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524018600.060.27046.9610086.47
HexFFF0BA061B02f6456
Octal3773602720633057144126
Binary111111111111000010111010011011011010111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0BA; }

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

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

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

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

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

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

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

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