#FDF0BA

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

Shades of Oasis #FDF0BA

Tints of Oasis #FDF0BA

Color information

#FDF0BA (or 0xFDF0BA) is unknown color: approx Oasis. HEX triplet: FD, F0 and BA. RGB value is (253,240,186). Sum of RGB (Red+Green+Blue) = 253+240+186=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0BA is #020F45. Grayscale: #EDEDED. Windows color (decimal): -134982 or 12251389. OLE color: 12251389.

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

Color convert

RGB253240186-
CMYK00.050.260.01
HSL48.36º94.37%86.08%-
HSV(B)48.36º26.48%99.22%-
XYZ80.5386.7558.95-
YUV237.7398.81138.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 186 (73.05% from 255) = 27.39%
R=37.26%
G=35.35%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324018600.050.260.0148.3694.3786.08
HexFDF0BA051A1305e56
Octal3753602720532160136126
Binary111111011111000010111010010111010111000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0BA; }

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

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

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

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

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

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

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

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