#FDEAC2

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

Shades of Oasis #FDEAC2

Tints of Oasis #FDEAC2

Color information

#FDEAC2 (or 0xFDEAC2) is unknown color: approx Oasis. HEX triplet: FD, EA and C2. RGB value is (253,234,194). Sum of RGB (Red+Green+Blue) = 253+234+194=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAC2 is #02153D. Grayscale: #EBEBEB. Windows color (decimal): -136510 or 12774141. OLE color: 12774141.

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

Color convert

RGB253234194-
CMYK00.080.230.01
HSL40.68º93.65%87.65%-
HSV(B)40.68º23.32%99.22%-
XYZ79.6783.6262.98-
YUV235.12104.79140.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 194 (76.17% from 255) = 28.49%
R=37.15%
G=34.36%
B=28.49%

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
Decimal25323419400.080.230.0140.6893.6587.65
HexFDEAC208171295e58
Octal37535230201027151136130
Binary1111110111101010110000100100010111110100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAC2; }

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

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

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

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

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

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

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

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