#FDEAC5

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

Shades of Oasis #FDEAC5

Tints of Oasis #FDEAC5

Color information

#FDEAC5 (or 0xFDEAC5) is unknown color: approx Oasis. HEX triplet: FD, EA and C5. RGB value is (253,234,197). Sum of RGB (Red+Green+Blue) = 253+234+197=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC5 is #02153A. Grayscale: #EBEBEB. Windows color (decimal): -136507 or 12970749. OLE color: 12970749.

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

Color convert

RGB253234197-
CMYK00.080.220.01
HSL39.64º93.33%88.24%-
HSV(B)39.64º22.13%99.22%-
XYZ80.0183.7664.77-
YUV235.46106.29140.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 197 (77.34% from 255) = 28.80%
R=36.99%
G=34.21%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323419700.080.220.0139.6493.3388.24
HexFDEAC508161285d58
Octal37535230501026150135130
Binary1111110111101010110001010100010110110100010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAC5; }

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

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

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

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

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

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

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

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