#FFF0BD

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

Shades of Oasis #FFF0BD

Tints of Oasis #FFF0BD

Color information

#FFF0BD (or 0xFFF0BD) is unknown color: approx Oasis. HEX triplet: FF, F0 and BD. RGB value is (255,240,189). Sum of RGB (Red+Green+Blue) = 255+240+189=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 189 (74.22% from 255 or 27.63% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0BD is #000F42. Grayscale: #EEEEEE. Windows color (decimal): -3907 or 12447999. OLE color: 12447999.

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

Color convert

RGB255240189-
CMYK00.060.260
HSL46.36º100%87.06%-
HSV(B)46.36º25.88%100%-
XYZ81.5987.2560.69-
YUV238.6799.97139.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 189 (74.22% from 255) = 27.63%
R=37.28%
G=35.09%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524018900.060.26046.3610087.06
HexFFF0BD061A02e6457
Octal3773602750632056144127
Binary111111111111000010111101011011010010111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0BD; }

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

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

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

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

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

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

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

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