#FDF1BE

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

Shades of Oasis #FDF1BE

Tints of Oasis #FDF1BE

Color information

#FDF1BE (or 0xFDF1BE) is unknown color: approx Oasis. HEX triplet: FD, F1 and BE. RGB value is (253,241,190). Sum of RGB (Red+Green+Blue) = 253+241+190=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1BE is #020E41. Grayscale: #EEEEEE. Windows color (decimal): -134722 or 12513789. OLE color: 12513789.

HSL color Cylindrical-coordinate representation of color #FDF1BE: hue angle of 48.57º 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 #FDF1BE is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB253241190-
CMYK00.050.250.01
HSL48.57º94.03%86.86%-
HSV(B)48.57º24.9%99.22%-
XYZ81.2687.5161.32-
YUV238.77100.48138.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 190 (74.61% from 255) = 27.78%
R=36.99%
G=35.23%
B=27.78%

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
Decimal25324119000.050.250.0148.5794.0386.86
HexFDF1BE05191315e57
Octal3753612760531161136127
Binary111111011111000110111110010111001111000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1BE; }

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

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

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

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

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

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

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

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