#FFF0BB

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

Shades of Oasis #FFF0BB

Tints of Oasis #FFF0BB

Color information

#FFF0BB (or 0xFFF0BB) is unknown color: approx Oasis. HEX triplet: FF, F0 and BB. RGB value is (255,240,187). Sum of RGB (Red+Green+Blue) = 255+240+187=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 240 (94.14% from 255 or 35.19% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BB is #000F44. Grayscale: #EEEEEE. Windows color (decimal): -3909 or 12316927. OLE color: 12316927.

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

Color convert

RGB255240187-
CMYK00.060.270
HSL46.76º100%86.67%-
HSV(B)46.76º26.67%100%-
XYZ81.3787.1759.55-
YUV238.4498.97139.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 240 (94.14% from 255) = 35.19%
BLUE value IS 187 (73.44% from 255) = 27.42%
R=37.39%
G=35.19%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524018700.060.27046.7610086.67
HexFFF0BB061B02f6457
Octal3773602730633057144127
Binary111111111111000010111011011011011010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0BB; }

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

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

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

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

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

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

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

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