#FDEDC1

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

Shades of Oasis #FDEDC1

Tints of Oasis #FDEDC1

Color information

#FDEDC1 (or 0xFDEDC1) is unknown color: approx Oasis. HEX triplet: FD, ED and C1. RGB value is (253,237,193). Sum of RGB (Red+Green+Blue) = 253+237+193=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC1 is #02123E. Grayscale: #ECECEC. Windows color (decimal): -135743 or 12709373. OLE color: 12709373.

HSL color Cylindrical-coordinate representation of color #FDEDC1: hue angle of 44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDEDC1 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253237193-
CMYK00.060.240.01
HSL44º93.75%87.45%-
HSV(B)44º23.72%99.22%-
XYZ80.4285.362.68-
YUV236.77103.3139.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 193 (75.78% from 255) = 28.26%
R=37.04%
G=34.70%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323719300.060.240.014493.7587.45
HexFDEDC1061812c5e57
Octal3753553010630154136127
Binary111111011110110111000001011011000110110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDC1; }

 p { color: rgb(253,237,193); }

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

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

 a { background-color: rgb(253,237,193); }

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

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

 span { border-color: rgb(253,237,193); }

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