#FDF1BF

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

Shades of Oasis #FDF1BF

Tints of Oasis #FDF1BF

Color information

#FDF1BF (or 0xFDF1BF) is unknown color: approx Oasis. HEX triplet: FD, F1 and BF. RGB value is (253,241,191). Sum of RGB (Red+Green+Blue) = 253+241+191=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BF is #020E40. Grayscale: #EFEFEF. Windows color (decimal): -134721 or 12579325. OLE color: 12579325.

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

Color convert

RGB253241191-
CMYK00.050.250.01
HSL48.39º93.94%87.06%-
HSV(B)48.39º24.51%99.22%-
XYZ81.3787.5561.9-
YUV238.89100.98138.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 191 (75% from 255) = 27.88%
R=36.93%
G=35.18%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324119100.050.250.0148.3993.9487.06
HexFDF1BF05191305e57
Octal3753612770531160136127
Binary111111011111000110111111010111001111000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1BF; }

 p { color: rgb(253,241,191); }

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

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

 a { background-color: rgb(253,241,191); }

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

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

 span { border-color: rgb(253,241,191); }

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