#FDEFBD

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

Shades of Oasis #FDEFBD

Tints of Oasis #FDEFBD

Color information

#FDEFBD (or 0xFDEFBD) is unknown color: approx Oasis. HEX triplet: FD, EF and BD. RGB value is (253,239,189). Sum of RGB (Red+Green+Blue) = 253+239+189=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFBD is #021042. Grayscale: #EDEDED. Windows color (decimal): -135235 or 12447741. OLE color: 12447741.

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

Color convert

RGB253239189-
CMYK00.060.250.01
HSL46.88º94.12%86.67%-
HSV(B)46.88º25.3%99.22%-
XYZ80.5686.2960.55-
YUV237.49100.64139.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 189 (74.22% from 255) = 27.75%
R=37.15%
G=35.10%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323918900.060.250.0146.8894.1286.67
HexFDEFBD061912f5e57
Octal3753572750631157136127
Binary111111011110111110111101011011001110111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFBD; }

 p { color: rgb(253,239,189); }

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

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

 a { background-color: rgb(253,239,189); }

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

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

 span { border-color: rgb(253,239,189); }

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