#FDEBC1

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

Shades of Oasis #FDEBC1

Tints of Oasis #FDEBC1

Color information

#FDEBC1 (or 0xFDEBC1) is unknown color: approx Oasis. HEX triplet: FD, EB and C1. RGB value is (253,235,193). Sum of RGB (Red+Green+Blue) = 253+235+193=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 193 (75.78% from 255 or 28.34% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBC1 is #02143E. Grayscale: #EBEBEB. Windows color (decimal): -136255 or 12708861. OLE color: 12708861.

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

Color convert

RGB253235193-
CMYK00.070.240.01
HSL42º93.75%87.45%-
HSV(B)42º23.72%99.22%-
XYZ79.8484.1562.49-
YUV235.59103.96140.42-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 193 (75.78% from 255) = 28.34%
R=37.15%
G=34.51%
B=28.34%

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
Decimal25323519300.070.240.014293.7587.45
HexFDEBC1071812a5e57
Octal3753533010730152136127
Binary111111011110101111000001011111000110101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBC1; }

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

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

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

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

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

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

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

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