#FDECC6

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

Shades of Oasis #FDECC6

Tints of Oasis #FDECC6

Color information

#FDECC6 (or 0xFDECC6) is unknown color: approx Oasis. HEX triplet: FD, EC and C6. RGB value is (253,236,198). Sum of RGB (Red+Green+Blue) = 253+236+198=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 198 (77.73% from 255 or 28.82% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECC6 is #021339. Grayscale: #ECECEC. Windows color (decimal): -135994 or 13036797. OLE color: 13036797.

HSL color Cylindrical-coordinate representation of color #FDECC6: hue angle of 41.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDECC6 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB253236198-
CMYK00.070.220.01
HSL41.45º93.22%88.43%-
HSV(B)41.45º21.74%99.22%-
XYZ80.784.9565.57-
YUV236.75106.13139.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 198 (77.73% from 255) = 28.82%
R=36.83%
G=34.35%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323619800.070.220.0141.4593.2288.43
HexFDECC607161295d58
Octal3753543060726151135130
Binary111111011110110011000110011110110110100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECC6; }

 p { color: rgb(253,236,198); }

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

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

 a { background-color: rgb(253,236,198); }

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

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

 span { border-color: rgb(253,236,198); }

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