#FFF0BF

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

Shades of Oasis #FFF0BF

Tints of Oasis #FFF0BF

Color information

#FFF0BF (or 0xFFF0BF) is unknown color: approx Oasis. HEX triplet: FF, F0 and BF. RGB value is (255,240,191). Sum of RGB (Red+Green+Blue) = 255+240+191=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 191 (75% from 255 or 27.84% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BF is #000F40. Grayscale: #EFEFEF. Windows color (decimal): -3905 or 12579071. OLE color: 12579071.

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

Color convert

RGB255240191-
CMYK00.060.250
HSL45.94º100%87.45%-
HSV(B)45.94º25.1%100%-
XYZ81.887.3461.84-
YUV238.9100.97139.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 240 (94.14% from 255) = 34.99%
BLUE value IS 191 (75% from 255) = 27.84%
R=37.17%
G=34.99%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524019100.060.25045.9410087.45
HexFFF0BF061902e6457
Octal3773602770631056144127
Binary111111111111000010111111011011001010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0BF; }

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

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

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

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

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

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

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

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