#FDEAC3

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

Shades of Oasis #FDEAC3

Tints of Oasis #FDEAC3

Color information

#FDEAC3 (or 0xFDEAC3) is unknown color: approx Oasis. HEX triplet: FD, EA and C3. RGB value is (253,234,195). Sum of RGB (Red+Green+Blue) = 253+234+195=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC3 is #02153C. Grayscale: #EBEBEB. Windows color (decimal): -136509 or 12839677. OLE color: 12839677.

HSL color Cylindrical-coordinate representation of color #FDEAC3: hue angle of 40.34º degrees, saturation: 0.94, 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 #FDEAC3 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253234195-
CMYK00.080.230.01
HSL40.34º93.55%87.84%-
HSV(B)40.34º22.92%99.22%-
XYZ79.7883.6763.57-
YUV235.24105.29140.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 195 (76.56% from 255) = 28.59%
R=37.10%
G=34.31%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323419500.080.230.0140.3493.5587.84
HexFDEAC308171285e58
Octal37535230301027150136130
Binary1111110111101010110000110100010111110100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAC3; }

 p { color: rgb(253,234,195); }

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

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

 a { background-color: rgb(253,234,195); }

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

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

 span { border-color: rgb(253,234,195); }

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