#FDEEBD

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

Shades of Oasis #FDEEBD

Tints of Oasis #FDEEBD

Color information

#FDEEBD (or 0xFDEEBD) is unknown color: approx Oasis. HEX triplet: FD, EE and BD. RGB value is (253,238,189). Sum of RGB (Red+Green+Blue) = 253+238+189=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEEBD is #021142. Grayscale: #EDEDED. Windows color (decimal): -135491 or 12447485. OLE color: 12447485.

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

Color convert

RGB253238189-
CMYK00.060.250.01
HSL45.94º94.12%86.67%-
HSV(B)45.94º25.3%99.22%-
XYZ80.2785.7160.46-
YUV236.9100.97139.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 189 (74.22% from 255) = 27.79%
R=37.21%
G=35%
B=27.79%

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
Decimal25323818900.060.250.0145.9494.1286.67
HexFDEEBD061912e5e57
Octal3753562750631156136127
Binary111111011110111010111101011011001110111010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEBD; }

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

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

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

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

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

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

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

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