#FDEBC0

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

Shades of Oasis #FDEBC0

Tints of Oasis #FDEBC0

Color information

#FDEBC0 (or 0xFDEBC0) is unknown color: approx Oasis. HEX triplet: FD, EB and C0. RGB value is (253,235,192). Sum of RGB (Red+Green+Blue) = 253+235+192=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC0 is #02143F. Grayscale: #EBEBEB. Windows color (decimal): -136256 or 12643325. OLE color: 12643325.

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

Color convert

RGB253235192-
CMYK00.070.240.01
HSL42.3º93.85%87.25%-
HSV(B)42.3º24.11%99.22%-
XYZ79.7384.1161.9-
YUV235.48103.46140.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 192 (75.39% from 255) = 28.24%
R=37.21%
G=34.56%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323519200.070.240.0142.393.8587.25
HexFDEBC0071812a5e57
Octal3753533000730152136127
Binary111111011110101111000000011111000110101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBC0; }

 p { color: rgb(253,235,192); }

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

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

 a { background-color: rgb(253,235,192); }

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

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

 span { border-color: rgb(253,235,192); }

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