#FDEDC7

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

Shades of Oasis #FDEDC7

Tints of Oasis #FDEDC7

Color information

#FDEDC7 (or 0xFDEDC7) is unknown color: approx Oasis. HEX triplet: FD, ED and C7. RGB value is (253,237,199). Sum of RGB (Red+Green+Blue) = 253+237+199=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDC7 is #021238. Grayscale: #EDEDED. Windows color (decimal): -135737 or 13102589. OLE color: 13102589.

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

Color convert

RGB253237199-
CMYK00.060.210.01
HSL42.22º93.1%88.63%-
HSV(B)42.22º21.34%99.22%-
XYZ81.185.5766.28-
YUV237.45106.3139.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 199 (78.12% from 255) = 28.88%
R=36.72%
G=34.40%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323719900.060.210.0142.2293.188.63
HexFDEDC7061512a5d59
Octal3753553070625152135131
Binary111111011110110111000111011010101110101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDC7; }

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

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

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

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

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

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

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

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