#FDEDC4

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

Shades of Oasis #FDEDC4

Tints of Oasis #FDEDC4

Color information

#FDEDC4 (or 0xFDEDC4) is unknown color: approx Oasis. HEX triplet: FD, ED and C4. RGB value is (253,237,196). Sum of RGB (Red+Green+Blue) = 253+237+196=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC4 is #02123B. Grayscale: #EDEDED. Windows color (decimal): -135740 or 12905981. OLE color: 12905981.

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

Color convert

RGB253237196-
CMYK00.060.230.01
HSL43.16º93.44%88.04%-
HSV(B)43.16º22.53%99.22%-
XYZ80.7685.4464.46-
YUV237.11104.8139.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 196 (76.95% from 255) = 28.57%
R=36.88%
G=34.55%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323719600.060.230.0143.1693.4488.04
HexFDEDC4061712b5d58
Octal3753553040627153135130
Binary111111011110110111000100011010111110101110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDC4; }

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

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

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

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

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

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

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

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