#FDE8BF

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

Shades of Oasis #FDE8BF

Tints of Oasis #FDE8BF

Color information

#FDE8BF (or 0xFDE8BF) is unknown color: approx Oasis. HEX triplet: FD, E8 and BF. RGB value is (253,232,191). Sum of RGB (Red+Green+Blue) = 253+232+191=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BF is #021740. Grayscale: #E9E9E9. Windows color (decimal): -137025 or 12577021. OLE color: 12577021.

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

Color convert

RGB253232191-
CMYK00.080.250.01
HSL39.68º93.94%87.06%-
HSV(B)39.68º24.51%99.22%-
XYZ78.7782.3661.04-
YUV233.6103.96141.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 232 (91.02% from 255) = 34.32%
BLUE value IS 191 (75% from 255) = 28.25%
R=37.43%
G=34.32%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323219100.080.250.0139.6893.9487.06
HexFDE8BF08191285e57
Octal37535027701031150136127
Binary1111110111101000101111110100011001110100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8BF; }

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

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

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

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

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

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

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

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